|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterValue.CounterType | |
---|---|
net.floodlightcontroller.counter |
Uses of CounterValue.CounterType in net.floodlightcontroller.counter |
---|
Fields in net.floodlightcontroller.counter declared as CounterValue.CounterType | |
---|---|
protected CounterValue.CounterType |
CounterValue.type
|
Methods in net.floodlightcontroller.counter that return CounterValue.CounterType | |
---|---|
CounterValue.CounterType |
CounterValue.getType()
|
static CounterValue.CounterType |
CounterValue.CounterType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CounterValue.CounterType[] |
CounterValue.CounterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.floodlightcontroller.counter with parameters of type CounterValue.CounterType | |
---|---|
static ICounter |
SimpleCounter.createCounter(java.util.Date startDate,
CounterValue.CounterType type)
Factory method to create a new counter instance. |
ICounter |
NullCounterStore.createCounter(java.lang.String key,
CounterValue.CounterType type)
|
ICounter |
ICounterStoreService.createCounter(java.lang.String key,
CounterValue.CounterType type)
Create a new ICounter and set the title. |
ICounter |
CounterStore.createCounter(java.lang.String key,
CounterValue.CounterType type)
|
protected void |
SimpleCounter.init(java.util.Date startDate,
CounterValue.CounterType type)
|
Constructors in net.floodlightcontroller.counter with parameters of type CounterValue.CounterType | |
---|---|
CounterValue(CounterValue.CounterType type)
|
|
SimpleCounter(java.util.Date startDate,
CounterValue.CounterType type)
Protected constructor - use createCounter factory method instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |