public interface SPIDoubleStatistic extends SPIStatistic, com.ibm.websphere.pmi.stat.WSDoubleStatistic
Modifier and Type | Method and Description |
---|---|
void |
decrement()
Decrement the statistic by 1
|
void |
decrement(double val)
Decrement the statistic by the input value
|
void |
increment()
Increment the statistic by 1
|
void |
increment(double val)
Increment the statistic by the input value
|
void |
set(double count,
long startTime,
long lastSampleTime)
Set the Double statistic with following values
|
void |
setDouble(double value)
Set the double value
|
isEnabled, reset, setLastSampleTime, setStartTime
void set(double count, long startTime, long lastSampleTime)
void setDouble(double value)
void increment()
void increment(double val)
void decrement()
void decrement(double val)