Class FlowReader
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowReader
-
- All Implemented Interfaces:
Runnable
,FlowCounterMBean
public final class FlowReader extends Object implements Runnable, FlowCounterMBean
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getFlowCount()
static FlowReader
getNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId)
int
getReadOpStatus()
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 Detail
-
getNewInstance
public static FlowReader getNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId)
-
getFlowCount
public long getFlowCount()
- Specified by:
getFlowCount
in interfaceFlowCounterMBean
-
getReadOpStatus
public int getReadOpStatus()
- Specified by:
getReadOpStatus
in interfaceFlowCounterMBean
-
-