Class TableWriter
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.TableWriter
- All Implemented Interfaces:
FlowCounterMBean
-
Constructor Summary
ConstructorDescriptionTableWriter
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService tablePusher) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTables
(int dpnCount, short startTableId, short endTableId) void
deleteTables
(int dpnCount, short startTableId, short endTableId) long
long
int
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, getUnits
-
Constructor Details
-
TableWriter
public TableWriter(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService tablePusher)
-
-
Method Details
-
addTables
public void addTables(int dpnCount, short startTableId, short endTableId) -
deleteTables
public void deleteTables(int dpnCount, short startTableId, short endTableId) -
getWriteOpStatus
public int getWriteOpStatus()- Specified by:
getWriteOpStatus
in interfaceFlowCounterMBean
-
getTaskCompletionTime
public long getTaskCompletionTime()- Specified by:
getTaskCompletionTime
in interfaceFlowCounterMBean
-
getTableCount
public long getTableCount()- Specified by:
getTableCount
in interfaceFlowCounterMBean
-