Class FlowReader
java.lang.Object
org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowReader
- All Implemented Interfaces:
- Runnable,- FlowCounterMBean
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounterMBeangetTableCount, getTaskCompletionTime, getUnits, getWriteOpStatus
- 
Method Details- 
getNewInstancepublic static FlowReader getNewInstance(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, Integer dpnCount, int flowsPerDpn, boolean verbose, boolean isConfigDs, short startTableId, short endTableId) 
- 
runpublic void run()
- 
getFlowCountpublic long getFlowCount()- Specified by:
- getFlowCountin interface- FlowCounterMBean
 
- 
getReadOpStatuspublic int getReadOpStatus()- Specified by:
- getReadOpStatusin interface- FlowCounterMBean
 
 
-