Class FlowWriterTxChain
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowWriterTxChain
-
- All Implemented Interfaces:
FlowCounterMBean
public class FlowWriterTxChain extends Object implements FlowCounterMBean
-
-
Constructor Summary
Constructors Constructor Description FlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFlows(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)longgetTaskCompletionTime()intgetWriteOpStatus()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBean
getFlowCount, getReadOpStatus, getTableCount, getUnits
-
-
-
-
Constructor Detail
-
FlowWriterTxChain
public FlowWriterTxChain(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
-
-
Method Detail
-
addFlows
public void addFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, int sleepMillis, int sleepAfter, short startTableId, short endTableId, boolean isCreateParents)
-
deleteFlows
public void deleteFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId)
-
getWriteOpStatus
public int getWriteOpStatus()
- Specified by:
getWriteOpStatusin interfaceFlowCounterMBean
-
getTaskCompletionTime
public long getTaskCompletionTime()
- Specified by:
getTaskCompletionTimein interfaceFlowCounterMBean
-
-