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 FlowCounterMBean
public int getReadOpStatus()
getReadOpStatus
in interface FlowCounterMBean
public int getWriteOpStatus()
getWriteOpStatus
in interface FlowCounterMBean
public long getTaskCompletionTime()
getTaskCompletionTime
in interface FlowCounterMBean
public String getUnits()
getUnits
in interface FlowCounterMBean
public long getTableCount()
getTableCount
in interface FlowCounterMBean
Copyright © 2019 OpenDaylight. All rights reserved.