public class FlowCounter extends Object implements FlowCounterMBean
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowCounter.OperationStatus |
| Constructor and Description |
|---|
FlowCounter() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFlowCount() |
int |
getReadOpStatus() |
long |
getTableCount() |
long |
getTaskCompletionTime() |
String |
getUnits() |
int |
getWriteOpStatus() |
void |
setReader(FlowCounterMBean reader) |
void |
setWriter(FlowCounterMBean writer) |
public void setReader(FlowCounterMBean reader)
public void setWriter(FlowCounterMBean writer)
public long getFlowCount()
getFlowCount in interface FlowCounterMBeanpublic int getReadOpStatus()
getReadOpStatus in interface FlowCounterMBeanpublic int getWriteOpStatus()
getWriteOpStatus in interface FlowCounterMBeanpublic long getTaskCompletionTime()
getTaskCompletionTime in interface FlowCounterMBeanpublic String getUnits()
getUnits in interface FlowCounterMBeanpublic long getTableCount()
getTableCount in interface FlowCounterMBeanCopyright © 2019 OpenDaylight. All rights reserved.