public class FlowWriterConcurrent extends Object implements FlowCounterMBean
Modifier and Type | Field and Description |
---|---|
static String |
USING_CONCURRENT_IMPLEMENTATION_OF_FLOW_WRITER |
Constructor and Description |
---|
FlowWriterConcurrent(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
ExecutorService flowPusher) |
Modifier and Type | Method and Description |
---|---|
void |
addFlows(Integer dpnCount,
Integer flowsPerDPN,
int batchSize,
int sleepMillis,
int sleepAfter,
short startTableId,
short endTableId,
boolean isCreateParents) |
void |
deleteFlows(Integer dpnCount,
Integer flowsPerDPN,
int batchSize,
short startTableId,
short endTableId) |
long |
getTaskCompletionTime() |
int |
getWriteOpStatus() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFlowCount, getReadOpStatus, getTableCount, getUnits
public static final String USING_CONCURRENT_IMPLEMENTATION_OF_FLOW_WRITER
public FlowWriterConcurrent(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker, ExecutorService flowPusher)
public void addFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, int sleepMillis, int sleepAfter, short startTableId, short endTableId, boolean isCreateParents)
public void deleteFlows(Integer dpnCount, Integer flowsPerDPN, int batchSize, short startTableId, short endTableId)
public int getWriteOpStatus()
getWriteOpStatus
in interface FlowCounterMBean
public long getTaskCompletionTime()
getTaskCompletionTime
in interface FlowCounterMBean
Copyright © 2019 OpenDaylight. All rights reserved.