Class FlowWriterTxChain
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowWriterTxChain
- All Implemented Interfaces:
- FlowCounterMBean
- 
Constructor SummaryConstructorsConstructorDescriptionFlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, int sleepMillis, int sleepAfter, short startTableId, short endTableId, boolean isCreateParents) voiddeleteFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId) longintMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBeangetFlowCount, getReadOpStatus, getTableCount, getUnits
- 
Constructor Details- 
FlowWriterTxChainpublic FlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher) 
 
- 
- 
Method Details- 
addFlows
- 
deleteFlows
- 
getWriteOpStatuspublic int getWriteOpStatus()- Specified by:
- getWriteOpStatusin interface- FlowCounterMBean
 
- 
getTaskCompletionTimepublic long getTaskCompletionTime()- Specified by:
- getTaskCompletionTimein interface- FlowCounterMBean
 
 
-