Class FlowWriterTxChain
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowWriterTxChain
- All Implemented Interfaces:
FlowCounterMBean
-
Constructor Summary
ConstructorsConstructorDescriptionFlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher) -
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBean
getFlowCount, getReadOpStatus, getTableCount, getUnits
-
Constructor Details
-
FlowWriterTxChain
public FlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
-
-
Method Details
-
addFlows
-
deleteFlows
-
getWriteOpStatus
public int getWriteOpStatus()- Specified by:
getWriteOpStatusin interfaceFlowCounterMBean
-
getTaskCompletionTime
public long getTaskCompletionTime()- Specified by:
getTaskCompletionTimein interfaceFlowCounterMBean
-