com.ibm.wsspi.pmi.stat
Interface SPIAverageStatistic
- All Superinterfaces:
- SPIStatistic, WSAverageStatistic, WSStatistic
- All Known Subinterfaces:
- SPITimeStatistic
public interface SPIAverageStatistic
- extends SPIStatistic, WSAverageStatistic
WebSphere interface to instrument an Average statistic.
Method Summary |
void |
add(long val)
Add a measurement value to the Average statistic. |
void |
add(long lastSampleTime,
long val)
Add a measurement value to the Average statistic. |
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.websphere.pmi.stat.WSStatistic |
combine, copy, delta, getDataInfo, getDescription, getId, getLastSampleTime, getName, getStartTime, getUnit, rateOfChange, resetOnClient, setDataInfo, setDataInfo, toString, toXML, update |
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 |
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.