| Modifier and Type | Method and Description |
|---|---|
void |
decrement()
Deprecated.
Decrement the counter by 1.
|
void |
decrement(long value)
Deprecated.
Decrement the counter by the given value.
|
void |
increment()
Deprecated.
Increment the counter by 1.
|
void |
increment(long value)
Deprecated.
Increment the counter by the given value.
|
void |
setValue(long v)
Deprecated.
Set the value of the counter.
|
long |
value()
Deprecated.
Return the current value of the counter.
|
getAverage, getAverage, getDistribution, getDistribution, getRange, getRange, getRate, getRate, getScalar, getScalar, getStat, getStatic, getStatic, getStructure, getStructure, getText, getText, getVerificationPoint, getVerificationPoint, getVersion, makeDefinition, makeObservation, setDescriptionvoid increment()
void increment(long value)
value - the number to add to the counter.void decrement()
void decrement(long value)
value - the number to subtract from the counter.void setValue(long v)
v - the new value for the counter.long value()
© Copyright IBM Corp. 2016. All rights reserved.