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