public interface SPIAverageStatistic extends SPIStatistic, com.ibm.websphere.pmi.stat.WSAverageStatistic
Modifier and Type | Method and Description |
---|---|
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.
|
isEnabled, reset, setLastSampleTime, setStartTime
void add(long val)
void add(long lastSampleTime, long val)
void set(long count, long min, long max, long total, double sumOfSquares, long startTime, long lastSampleTime)