| Package | Description |
|---|---|
| org.jdiameter.common.api.statistic | |
| org.jdiameter.common.impl.statistic |
| Modifier and Type | Method and Description |
|---|---|
static IStatisticRecord.Counters |
IStatisticRecord.Counters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStatisticRecord.Counters[] |
IStatisticRecord.Counters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IStatisticRecord |
IStatistic.getRecordByName(IStatisticRecord.Counters name) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters) |
IStatisticRecord |
IStatisticManager.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters,
IStatisticRecord... rec) |
IStatisticRecord |
IStatisticManager.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord record) |
| Modifier and Type | Method and Description |
|---|---|
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counters) |
IStatisticRecord |
StatisticManagerImpl.newCounterRecord(IStatisticRecord.Counters recordDescription,
IStatisticRecord.ValueHolder counter,
IStatisticRecord... rec) |
IStatisticRecord |
StatisticManagerImpl.newPerSecondCounterRecord(String name,
IStatisticRecord.Counters recordDescription,
IStatisticRecord child) |
Copyright © 2016. All Rights Reserved.