com.ibm.wsspi.pmi.stat
Interface SPIBoundedRangeStatistic
All Superinterfaces:
SPIBoundaryStatistic, SPIRangeStatistic, SPIStatistic, com.ibm.websphere.pmi.stat.WSBoundaryStatistic, com.ibm.websphere.pmi.stat.WSBoundedRangeStatistic, com.ibm.websphere.pmi.stat.WSRangeStatistic, com.ibm.websphere.pmi.stat.WSStatistic
- public interface SPIBoundedRangeStatistic
- extends SPIBoundaryStatistic, SPIRangeStatistic, com.ibm.websphere.pmi.stat.WSBoundedRangeStatistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
set(long lowerBound,long upperBound,long lowWaterMark,long highWaterMark,long current,double integral,long startTime,long lastSampleTime)
Set the Bounded Range statistic with the following values.
|
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIBoundaryStatistic |
---|
set, setLowerBound, setUpperBound |
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIRangeStatistic |
---|
decrement, decrement, decrement, increment, increment, increment, set, set, set, setLastValue, setWaterMark, setWaterMark, updateIntegral, updateIntegral |
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic |
---|
isEnabled, reset, setLastSampleTime, setStartTime |
Methods inherited from interface com.ibm.websphere.pmi.stat.WSRangeStatistic |
---|
getCurrent, getHighWaterMark, getIntegral, getLowWaterMark, getMean |
Methods inherited from interface com.ibm.websphere.pmi.stat.WSBoundaryStatistic |
---|
getLowerBound, getUpperBound |
Methods inherited from interface com.ibm.websphere.pmi.stat.WSStatistic |
---|
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update |
Method Detail
set
- void set(long lowerBound,
- long upperBound,
- long lowWaterMark,
- long highWaterMark,
- long current,
- double integral,
- long startTime,
- long lastSampleTime)
Set the Bounded Range statistic with the following values.