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