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

  1. public interface SPIBoundedRangeStatistic
  2. extends SPIBoundaryStatistic, SPIRangeStatistic, com.ibm.websphere.pmi.stat.WSBoundedRangeStatistic
WebSphere interface to instrument BoundedRange statistic.

Method Summary

Modifier and Type Method and Description
  1. 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.
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

  1. void set(long lowerBound,
  2. long upperBound,
  3. long lowWaterMark,
  4. long highWaterMark,
  5. long current,
  6. double integral,
  7. long startTime,
  8. long lastSampleTime)
Set the Bounded Range statistic with the following values.