Class MultipartWriterProvider
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.datastore.MultipartWriterProvider
-
public class MultipartWriterProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description MultipartWriterProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<AbstractMultipartWriter>
lookup(MultipartType type)
Lookup statistics writer.void
register(MultipartType type, AbstractMultipartWriter writer)
Register statistics writer.
-
-
-
Method Detail
-
register
public void register(MultipartType type, AbstractMultipartWriter writer)
Register statistics writer.- Parameters:
type
- the writer typewriter
- the writer instance
-
lookup
public Optional<AbstractMultipartWriter> lookup(MultipartType type)
Lookup statistics writer.- Parameters:
type
- the writer type- Returns:
- the writer instance
-
-