public class FlowWriterSequential extends Object implements FlowCounterMBean
| Modifier and Type | Field and Description |
|---|---|
protected int |
dpnCount |
| Constructor and Description |
|---|
FlowWriterSequential(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
ExecutorService flowPusher) |
| Modifier and Type | Method and 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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowCount, getReadOpStatus, getTableCount, getUnitspublic FlowWriterSequential(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
ExecutorService flowPusher)
public void addFlows(Integer count, Integer flowsPerDPN, int batchSize, int sleepMillis, short startTableId, short endTableId, boolean isCreateParents)
public void deleteFlows(Integer count, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId)
public int getWriteOpStatus()
getWriteOpStatus in interface FlowCounterMBeanpublic long getTaskCompletionTime()
getTaskCompletionTime in interface FlowCounterMBeanCopyright © 2019 OpenDaylight. All rights reserved.