public class QueueStatsMultipartWriter extends AbstractMultipartWriter<QueueIdAndStatisticsMap>
Constructor and Description |
---|
QueueStatsMultipartWriter(TxFacade txFacade,
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier,
FeaturesReply features) |
Modifier and Type | Method and Description |
---|---|
protected Class<QueueIdAndStatisticsMap> |
getType()
Get type of writer.
|
void |
storeStatistics(QueueIdAndStatisticsMap statistics,
boolean withParents)
Write statistics.
|
getInstanceIdentifier, write, writeToTransaction
public QueueStatsMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, FeaturesReply features)
protected Class<QueueIdAndStatisticsMap> getType()
AbstractMultipartWriter
getType
in class AbstractMultipartWriter<QueueIdAndStatisticsMap>
public void storeStatistics(QueueIdAndStatisticsMap statistics, boolean withParents)
AbstractMultipartWriter
storeStatistics
in class AbstractMultipartWriter<QueueIdAndStatisticsMap>
statistics
- statisticswithParents
- write missing parents if needed (slower)Copyright © 2019 OpenDaylight. All rights reserved.