Class FlowCounter
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.bulk.o.matic.FlowCounter
-
- All Implemented Interfaces:
FlowCounterMBean
public class FlowCounter extends Object implements FlowCounterMBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowCounter.OperationStatus
-
Constructor Summary
Constructors Constructor Description FlowCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetFlowCount()intgetReadOpStatus()longgetTableCount()longgetTaskCompletionTime()StringgetUnits()intgetWriteOpStatus()voidsetReader(FlowCounterMBean reader)voidsetWriter(FlowCounterMBean writer)
-
-
-
Method Detail
-
setReader
public void setReader(FlowCounterMBean reader)
-
setWriter
public void setWriter(FlowCounterMBean writer)
-
getFlowCount
public long getFlowCount()
- Specified by:
getFlowCountin interfaceFlowCounterMBean
-
getReadOpStatus
public int getReadOpStatus()
- Specified by:
getReadOpStatusin interfaceFlowCounterMBean
-
getWriteOpStatus
public int getWriteOpStatus()
- Specified by:
getWriteOpStatusin interfaceFlowCounterMBean
-
getTaskCompletionTime
public long getTaskCompletionTime()
- Specified by:
getTaskCompletionTimein interfaceFlowCounterMBean
-
getUnits
public String getUnits()
- Specified by:
getUnitsin interfaceFlowCounterMBean
-
getTableCount
public long getTableCount()
- Specified by:
getTableCountin interfaceFlowCounterMBean
-
-