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