Class MultipartWriterProvider
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlookup
(MultipartType type) Lookup statistics writer.void
register
(MultipartType type, AbstractMultipartWriter writer) Register statistics writer.
-
Constructor Details
-
MultipartWriterProvider
public MultipartWriterProvider()
-
-
Method Details
-
register
Register statistics writer.- Parameters:
type
- the writer typewriter
- the writer instance
-
lookup
Lookup statistics writer.- Parameters:
type
- the writer type- Returns:
- the writer instance
-