Class MeterConfigMultipartWriter
- java.lang.Object
 - 
- org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter<MeterConfigStatsReply>
 - 
- org.opendaylight.openflowplugin.impl.datastore.multipart.MeterConfigMultipartWriter
 
 
 
- 
public class MeterConfigMultipartWriter extends AbstractMultipartWriter<MeterConfigStatsReply>
 
- 
- 
Constructor Summary
Constructors Constructor Description MeterConfigMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<MeterConfigStatsReply>getType()Get type of writer.voidstoreStatistics(MeterConfigStatsReply statistics, boolean withParents)Write statistics.- 
Methods inherited from class org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter
getInstanceIdentifier, write, writeToTransaction 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
MeterConfigMultipartWriter
public MeterConfigMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, DeviceRegistry registry)
 
 - 
 
- 
Method Detail
- 
getType
protected Class<MeterConfigStatsReply> getType()
Description copied from class:AbstractMultipartWriterGet type of writer.- Specified by:
 getTypein classAbstractMultipartWriter<MeterConfigStatsReply>- Returns:
 - type of writer
 
 
- 
storeStatistics
public void storeStatistics(MeterConfigStatsReply statistics, boolean withParents)
Description copied from class:AbstractMultipartWriterWrite statistics.- Specified by:
 storeStatisticsin classAbstractMultipartWriter<MeterConfigStatsReply>- Parameters:
 statistics- statisticswithParents- write missing parents if needed (slower)
 
 - 
 
 -