Class DescMultipartWriter
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter<Desc>
org.opendaylight.openflowplugin.impl.datastore.multipart.DescMultipartWriter
-
Constructor Summary
ConstructorsConstructorDescriptionDescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Node, NodeKey> instanceIdentifier, ConnectionContext connectionContext) -
Method Summary
Modifier and TypeMethodDescriptiongetType()Get type of writer.voidstoreStatistics(Desc statistics, boolean withParents) Write statistics.Methods inherited from class org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter
getInstanceIdentifier, write, writeToTransaction
-
Constructor Details
-
DescMultipartWriter
public DescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.binding.DataObjectIdentifier.WithKey<Node, NodeKey> instanceIdentifier, ConnectionContext connectionContext)
-
-
Method Details
-
getType
Description copied from class:AbstractMultipartWriterGet type of writer.- Specified by:
getTypein classAbstractMultipartWriter<Desc>- Returns:
- type of writer
-
storeStatistics
Description copied from class:AbstractMultipartWriterWrite statistics.- Specified by:
storeStatisticsin classAbstractMultipartWriter<Desc>- Parameters:
statistics- statisticswithParents- write missing parents if needed (slower)
-