Class FlowWriterSequential
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowWriterSequential
-
- All Implemented Interfaces:
FlowCounterMBean
public class FlowWriterSequential extends Object implements FlowCounterMBean
-
-
Field Summary
Fields Modifier and Type Field Description protected int
dpnCount
-
Constructor Summary
Constructors Constructor Description FlowWriterSequential(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addFlows(Integer count, Integer flowsPerDPN, int batchSize, int sleepMillis, short startTableId, short endTableId, boolean isCreateParents)
void
deleteFlows(Integer count, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId)
long
getTaskCompletionTime()
int
getWriteOpStatus()
-
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
-
FlowWriterSequential
public FlowWriterSequential(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
-
-
Method Detail
-
addFlows
public void addFlows(Integer count, Integer flowsPerDPN, int batchSize, int sleepMillis, short startTableId, short endTableId, boolean isCreateParents)
-
deleteFlows
public void deleteFlows(Integer count, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId)
-
getWriteOpStatus
public int getWriteOpStatus()
- Specified by:
getWriteOpStatus
in interfaceFlowCounterMBean
-
getTaskCompletionTime
public long getTaskCompletionTime()
- Specified by:
getTaskCompletionTime
in interfaceFlowCounterMBean
-
-