public interface IStatisticRecord extends StatisticRecord
| Modifier and Type | Interface and Description |
|---|---|
static class |
IStatisticRecord.Counters |
static interface |
IStatisticRecord.DoubleValueHolder |
static interface |
IStatisticRecord.IntegerValueHolder |
static interface |
IStatisticRecord.LongValueHolder |
static interface |
IStatisticRecord.ValueHolder
ValueHolder for external statistics
|
| Modifier and Type | Method and Description |
|---|---|
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
|
enable, getChilds, getDescription, getName, getValueAsDouble, getValueAsInt, getValueAsLong, isEnabled, resetvoid inc()
void inc(long value)
void dec()
void setLongValue(long value)
value - new value of recordvoid setDoubleValue(double value)
value - new value of recordCopyright © 2016. All Rights Reserved.