Class TableWriter
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.TableWriter
- All Implemented Interfaces:
- FlowCounterMBean
- 
Constructor SummaryConstructorsConstructorDescriptionTableWriter(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService tablePusher) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddTables(int dpnCount, short startTableId, short endTableId) voiddeleteTables(int dpnCount, short startTableId, short endTableId) longlongintMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBeangetFlowCount, getReadOpStatus, getUnits
- 
Constructor Details- 
TableWriterpublic TableWriter(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, ExecutorService tablePusher) 
 
- 
- 
Method Details- 
addTablespublic void addTables(int dpnCount, short startTableId, short endTableId) 
- 
deleteTablespublic void deleteTables(int dpnCount, short startTableId, short endTableId) 
- 
getWriteOpStatuspublic int getWriteOpStatus()- Specified by:
- getWriteOpStatusin interface- FlowCounterMBean
 
- 
getTaskCompletionTimepublic long getTaskCompletionTime()- Specified by:
- getTaskCompletionTimein interface- FlowCounterMBean
 
- 
getTableCountpublic long getTableCount()- Specified by:
- getTableCountin interface- FlowCounterMBean
 
 
-