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:
- public interface SPIAverageStatistic
- extends SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic
Method Summary
Modifier and Type | Method and Description |
---|---|
|
add(long val)
Add a measurement value to the Average statistic.
|
|
add(long lastSampleTime,long val)
Add a measurement value to the Average statistic.
|
|
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
- void add(long val)
Add a measurement value to the Average statistic.
add
- void add(long lastSampleTime,
- long val)
Add a measurement value to the Average statistic.
set
- void set(long count,
- long min,
- long max,
- long total,
- double sumOfSquares,
- long startTime,
- long lastSampleTime)
Set the Average statistic with the following values.