|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatisticRecord
This interface describe extends methods of base class
| Nested Class Summary | |
|---|---|
static class |
IStatisticRecord.Counters
|
static interface |
IStatisticRecord.DoubleValueHolder
|
static interface |
IStatisticRecord.IntegerValueHolder
|
static interface |
IStatisticRecord.LongValueHolder
|
static interface |
IStatisticRecord.ValueHolder
ValueHolder for external statistics |
| Method Summary | |
|---|---|
void |
dec()
Decrement counter |
void |
inc()
Increment counter |
void |
inc(long value)
Increment counter |
void |
setDoubleValue(double value)
Set value of statistic |
void |
setLongValue(long value)
Set value of statistic |
| Methods inherited from interface org.jdiameter.api.StatisticRecord |
|---|
enable, getChilds, getDescription, getName, getValueAsDouble, getValueAsInt, getValueAsLong, isEnabled, reset |
| Method Detail |
|---|
void inc()
void inc(long value)
void dec()
void setLongValue(long value)
value - new value of recordvoid setDoubleValue(double value)
value - new value of record
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||