Class MultipartWriterProvider
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlookup(MultipartType type) Lookup statistics writer.voidregister(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
-