Class MultipartWriterProvider
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionlookup(MultipartType type) Lookup statistics writer.voidregister(MultipartType type, AbstractMultipartWriter writer) Register statistics writer.
- 
Constructor Details- 
MultipartWriterProviderpublic MultipartWriterProvider()
 
- 
- 
Method Details- 
registerRegister statistics writer.- Parameters:
- type- the writer type
- writer- the writer instance
 
- 
lookupLookup statistics writer.- Parameters:
- type- the writer type
- Returns:
- the writer instance
 
 
-