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