Class MeterFeaturesMultipartWriter
java.lang.Object
org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter<MeterFeatures>
org.opendaylight.openflowplugin.impl.datastore.multipart.MeterFeaturesMultipartWriter
- 
Constructor SummaryConstructorsConstructorDescriptionMeterFeaturesMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> instanceIdentifier) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected Class<MeterFeatures>getType()Get type of writer.voidstoreStatistics(MeterFeatures statistics, boolean withParents) Write statistics.Methods inherited from class org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWritergetInstanceIdentifier, write, writeToTransaction
- 
Constructor Details- 
MeterFeaturesMultipartWriter
 
- 
- 
Method Details- 
getTypeDescription copied from class:AbstractMultipartWriterGet type of writer.- Specified by:
- getTypein class- AbstractMultipartWriter<MeterFeatures>
- Returns:
- type of writer
 
- 
storeStatisticsDescription copied from class:AbstractMultipartWriterWrite statistics.- Specified by:
- storeStatisticsin class- AbstractMultipartWriter<MeterFeatures>
- Parameters:
- statistics- statistics
- withParents- write missing parents if needed (slower)
 
 
-