public interface SPIRangeStatistic extends SPIStatistic, com.ibm.websphere.pmi.stat.WSRangeStatistic
Modifier and Type | Method and Description |
---|---|
void |
decrement()
Decrement the current value by 1.
|
void |
decrement(long decVal)
Decrement the current value by incVal.
|
void |
decrement(long lastSampleTime,
long incVal)
Decrement the current value by incVal.
|
void |
increment()
Increment the current value by 1.
|
void |
increment(long incVal)
Increment the current value by incVal.
|
void |
increment(long lastSampleTime,
long incVal)
Increment the current value by incVal.
|
void |
set(long currentValue)
Set the current value.
|
void |
set(long lastSampleTime,
long val)
Set the current value.
|
void |
set(long lowWaterMark,
long highWaterMark,
long current,
double integral,
long startTime,
long lastSampleTime)
Set the Range statistic with the following values
|
void |
setLastValue(long val)
Set the current value.
|
void |
setWaterMark(long currentValue)
Updates high water mark and low water mark based on the input value
|
void |
setWaterMark(long lastSampleTime,
long currentValue)
Updates high water mark and low water mark based on the input value
|
long |
updateIntegral()
Updates the intergal value.
|
long |
updateIntegral(long lastSampleTime)
Updates the intergal value.
|
isEnabled, reset, setLastSampleTime, setStartTime
void setWaterMark(long currentValue)
void setWaterMark(long lastSampleTime, long currentValue)
void set(long lowWaterMark, long highWaterMark, long current, double integral, long startTime, long lastSampleTime)
void set(long currentValue)
void set(long lastSampleTime, long val)
void increment()
void increment(long incVal)
void increment(long lastSampleTime, long incVal)
void decrement()
void decrement(long decVal)
void decrement(long lastSampleTime, long incVal)
void setLastValue(long val)
long updateIntegral()
long updateIntegral(long lastSampleTime)