|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CounterStore.NetworkLayer | |
---|---|
net.floodlightcontroller.counter |
Uses of CounterStore.NetworkLayer in net.floodlightcontroller.counter |
---|
Fields in net.floodlightcontroller.counter with type parameters of type CounterStore.NetworkLayer | |
---|---|
protected static java.util.Map<CounterStore.NetworkLayer,java.util.Map<java.lang.String,java.util.List<java.lang.String>>> |
CounterStore.layeredCategories
Counter Categories grouped by network layers NetworkLayer -> CounterToCategories |
Methods in net.floodlightcontroller.counter that return CounterStore.NetworkLayer | |
---|---|
static CounterStore.NetworkLayer |
CounterStore.NetworkLayer.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CounterStore.NetworkLayer[] |
CounterStore.NetworkLayer.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 CounterStore.NetworkLayer | |
---|---|
protected static java.lang.String |
CounterStore.createCounterName(java.lang.String switchID,
int portID,
java.lang.String counterName,
java.lang.String subCategory,
CounterStore.NetworkLayer layer)
Create a title based on switch ID, portID, vlanID, counterName, and subCategory If portID is -1, the title represents the given switch only If portID is a non-negative number, the title represents the port on the given switch For example: PacketIns can be further categorized based on L2 etherType or L3 protocol |
java.util.List<java.lang.String> |
NullCounterStore.getAllCategories(java.lang.String counterName,
CounterStore.NetworkLayer layer)
|
java.util.List<java.lang.String> |
ICounterStoreService.getAllCategories(java.lang.String counterName,
CounterStore.NetworkLayer layer)
Retrieve a list of subCategories by counterName. |
java.util.List<java.lang.String> |
CounterStore.getAllCategories(java.lang.String counterName,
CounterStore.NetworkLayer layer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |