Class GroupFeaturesMultipartWriter
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter<GroupFeatures>
org.opendaylight.openflowplugin.impl.datastore.multipart.GroupFeaturesMultipartWriter
-
Constructor Summary
ConstructorDescriptionGroupFeaturesMultipartWriter
(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class
<GroupFeatures> getType()
Get type of writer.void
storeStatistics
(GroupFeatures statistics, boolean withParents) Write statistics.Methods inherited from class org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter
getInstanceIdentifier, write, writeToTransaction
-
Constructor Details
-
GroupFeaturesMultipartWriter
-
-
Method Details
-
getType
Description copied from class:AbstractMultipartWriter
Get type of writer.- Specified by:
getType
in classAbstractMultipartWriter<GroupFeatures>
- Returns:
- type of writer
-
storeStatistics
Description copied from class:AbstractMultipartWriter
Write statistics.- Specified by:
storeStatistics
in classAbstractMultipartWriter<GroupFeatures>
- Parameters:
statistics
- statisticswithParents
- write missing parents if needed (slower)
-