Class FlowReader
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowReader
- All Implemented Interfaces:
Runnable
,FlowCounterMBean
-
Method Summary
Modifier and TypeMethodDescriptionlong
static FlowReader
getNewInstance
(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId) int
void
run()
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
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:
getFlowCount
in interfaceFlowCounterMBean
-
getReadOpStatus
public int getReadOpStatus()- Specified by:
getReadOpStatus
in interfaceFlowCounterMBean
-