|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterValue | |
---|---|
net.floodlightcontroller.counter |
Uses of CounterValue in net.floodlightcontroller.counter |
---|
Fields in net.floodlightcontroller.counter declared as CounterValue | |
---|---|
protected CounterValue |
SimpleCounter.counter
|
Methods in net.floodlightcontroller.counter that return CounterValue | |
---|---|
CounterValue |
SimpleCounter.getCounterValue()
This is the method to retrieve the current value. |
CounterValue |
ICounter.getCounterValue()
Return the most current value |
Methods in net.floodlightcontroller.counter with parameters of type CounterValue | |
---|---|
void |
SimpleCounter.setCounter(java.util.Date d,
CounterValue value)
|
void |
ICounter.setCounter(java.util.Date d,
CounterValue value)
Counter value setter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |