| Package | Description |
|---|---|
| org.opendaylight.infrautils.counters.api | |
| org.opendaylight.infrautils.counters.impl.service |
| Modifier and Type | Method and Description |
|---|---|
static HashSet<OccurenceCounter> |
OccurenceCounter.cloneCounters()
Deprecated.
|
static HashSet<OccurenceCounter> |
OccurenceCounter.getCounters()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OccurenceCounter.compareTo(OccurenceCounter occurenceCounter)
Deprecated.
|
| Constructor and Description |
|---|
OccurenceCounter(String group,
String name,
boolean isErasable,
String description,
OccurenceCounter parent,
boolean isLoggable,
boolean isState)
Deprecated.
|
OccurenceCounter(String group,
String name,
String description,
boolean isErasable,
OccurenceCounter parent,
boolean isLoggable,
boolean isState)
Deprecated.
|
OccurenceCounter(String group,
String name,
String description,
OccurenceCounter parent)
Deprecated.
|
OccurenceCounter(String group,
String groupAcronym,
String name,
String description,
boolean isErasable,
OccurenceCounter parent,
boolean isLoggable,
boolean isState)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
OccurenceCounter |
OccurenceCounterEntry.counter |
| Constructor and Description |
|---|
OccurenceCounterEntry(OccurenceCounter counter) |
Copyright © 2019 OpenDaylight. All rights reserved.