com.ibm.websphere.pmi.stat
Interface WSRangeStatistic
All Superinterfaces:
All known subinterfaces:
- public interface WSRangeStatistic
- extends WSStatistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getCurrent()
Returns the current value of this attribute.
|
|
getHighWaterMark()
Returns the highest value this attribute held since the beginning of the measurement.
|
|
getIntegral()
Return the integral value of this attribute.
|
|
getLowWaterMark()
Returns the lowest value this attribute held since the beginning of the measurement.
|
|
getMean()
Returns the time-weighted mean value of this attribute.
|
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
getHighWaterMark
- long getHighWaterMark()
Returns the highest value this attribute held since the beginning of the measurement.
getLowWaterMark
- long getLowWaterMark()
Returns the lowest value this attribute held since the beginning of the measurement.
getCurrent
- long getCurrent()
Returns the current value of this attribute.
getIntegral
- double getIntegral()
Return the integral value of this attribute.
getMean
- double getMean()
Returns the time-weighted mean value of this attribute.