com.ibm.websphere.pmi.stat

Interface WSRangeStatistic

All Superinterfaces:
WSStatistic
All known subinterfaces:
WSBoundedRangeStatistic

  1. public interface WSRangeStatistic
  2. extends WSStatistic
WebSphere Range statistic interface.

Method Summary

Modifier and Type Method and Description
  1. long
getCurrent()
Returns the current value of this attribute.
  1. long
getHighWaterMark()
Returns the highest value this attribute held since the beginning of the measurement.
  1. double
getIntegral()
Return the integral value of this attribute.
  1. long
getLowWaterMark()
Returns the lowest value this attribute held since the beginning of the measurement.
  1. double
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

  1. long getHighWaterMark()
Returns the highest value this attribute held since the beginning of the measurement.

getLowWaterMark

  1. long getLowWaterMark()
Returns the lowest value this attribute held since the beginning of the measurement.

getCurrent

  1. long getCurrent()
Returns the current value of this attribute.

getIntegral

  1. double getIntegral()
Return the integral value of this attribute.

getMean

  1. double getMean()
Returns the time-weighted mean value of this attribute.