public class TableWriter extends Object implements FlowCounterMBean
| Constructor and Description |
|---|
TableWriter(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
ExecutorService tablePusher) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTables(int dpnCount,
short startTableId,
short endTableId) |
void |
deleteTables(int dpnCount,
short startTableId,
short endTableId) |
long |
getTableCount() |
long |
getTaskCompletionTime() |
int |
getWriteOpStatus() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFlowCount, getReadOpStatus, getUnitspublic TableWriter(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
ExecutorService tablePusher)
public void addTables(int dpnCount,
short startTableId,
short endTableId)
public void deleteTables(int dpnCount,
short startTableId,
short endTableId)
public int getWriteOpStatus()
getWriteOpStatus in interface FlowCounterMBeanpublic long getTaskCompletionTime()
getTaskCompletionTime in interface FlowCounterMBeanpublic long getTableCount()
getTableCount in interface FlowCounterMBeanCopyright © 2019 OpenDaylight. All rights reserved.