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