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