Class DescMultipartWriter
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter<Desc>
-
- org.opendaylight.openflowplugin.impl.datastore.multipart.DescMultipartWriter
-
public class DescMultipartWriter extends AbstractMultipartWriter<Desc>
-
-
Constructor Summary
Constructors Constructor Description DescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, ConnectionContext connectionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<Desc>getType()Get type of writer.voidstoreStatistics(Desc statistics, boolean withParents)Write statistics.-
Methods inherited from class org.opendaylight.openflowplugin.impl.datastore.multipart.AbstractMultipartWriter
getInstanceIdentifier, write, writeToTransaction
-
-
-
-
Constructor Detail
-
DescMultipartWriter
public DescMultipartWriter(TxFacade txFacade, org.opendaylight.yangtools.yang.binding.InstanceIdentifier<org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node> instanceIdentifier, ConnectionContext connectionContext)
-
-
Method Detail
-
getType
protected Class<Desc> getType()
Description copied from class:AbstractMultipartWriterGet type of writer.- Specified by:
getTypein classAbstractMultipartWriter<Desc>- Returns:
- type of writer
-
storeStatistics
public void storeStatistics(Desc statistics, boolean withParents)
Description copied from class:AbstractMultipartWriterWrite statistics.- Specified by:
storeStatisticsin classAbstractMultipartWriter<Desc>- Parameters:
statistics- statisticswithParents- write missing parents if needed (slower)
-
-