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