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