com.ibm.wsspi.pmi.stat

Interface SPIAverageStatistic

All Superinterfaces:
SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic, com.ibm.websphere.pmi.stat.WSStatistic
All known subinterfaces:
SPITimeStatistic

  1. public interface SPIAverageStatistic
  2. extends SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic
WebSphere interface to instrument an Average statistic.

Method Summary

Modifier and Type Method and Description
  1. void
add(long val)
Add a measurement value to the Average statistic.
  1. void
add(long lastSampleTime,long val)
Add a measurement value to the Average statistic.
  1. void
set(long count,long min,long max,long total,double sumOfSquares,long startTime,long lastSampleTime)
Set the Average statistic with the following values.
Methods inherited from interface com.ibm.wsspi.pmi.stat.SPIStatistic
isEnabled, reset, setLastSampleTime, setStartTime
Methods inherited from interface com.ibm.websphere.pmi.stat.WSAverageStatistic
getCount, getMax, getMean, getMin, getSumOfSquares, getTotal
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

add

  1. void add(long val)
Add a measurement value to the Average statistic.

add

  1. void add(long lastSampleTime,
  2. long val)
Add a measurement value to the Average statistic.

set

  1. void set(long count,
  2. long min,
  3. long max,
  4. long total,
  5. double sumOfSquares,
  6. long startTime,
  7. long lastSampleTime)
Set the Average statistic with the following values.