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, wait
getFlowCount, getReadOpStatus, getUnits
public 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 FlowCounterMBean
public long getTaskCompletionTime()
getTaskCompletionTime
in interface FlowCounterMBean
public long getTableCount()
getTableCount
in interface FlowCounterMBean
Copyright © 2019 OpenDaylight. All rights reserved.