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 longgetFlowCount()static FlowReadergetNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId)intgetReadOpStatus()voidrun()- 
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:
 getFlowCountin interfaceFlowCounterMBean
 
- 
getReadOpStatus
public int getReadOpStatus()
- Specified by:
 getReadOpStatusin interfaceFlowCounterMBean
 
 - 
 
 -