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