| Package | Description |
|---|---|
| org.opendaylight.ocpjava.statistics |
| Modifier and Type | Method and Description |
|---|---|
protected CounterEventTypes[] |
OcpStatisticsCounters.getEnabledCounters() |
static CounterEventTypes |
CounterEventTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterEventTypes[] |
CounterEventTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<CounterEventTypes,Counter> |
OcpStatisticsCounters.getCountersMap() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
OcpStatisticsCounters.getCounter(CounterEventTypes counterEventKey)
Get counter by CounterEventType
|
void |
OcpStatisticsCounters.incrementCounter(CounterEventTypes counterEventKey)
Increment value of given counter
|
boolean |
OcpStatisticsCounters.isCounterEnabled(CounterEventTypes counterEventKey)
Give an information if is given counter is enabled
|
Copyright © 2016 OpenDaylight. All Rights Reserved.