Class FlowReader
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowReader
- All Implemented Interfaces:
Runnable,FlowCounterMBean
-
Method Summary
Modifier and TypeMethodDescriptionlongstatic FlowReadergetNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId) intvoidrun()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBean
getTableCount, getTaskCompletionTime, getUnits, getWriteOpStatus
-
Method Details
-
getNewInstance
public static FlowReader getNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId) -
run
public void run() -
getFlowCount
public long getFlowCount()- Specified by:
getFlowCountin interfaceFlowCounterMBean
-
getReadOpStatus
public int getReadOpStatus()- Specified by:
getReadOpStatusin interfaceFlowCounterMBean
-