|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SPIAverageStatistic
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.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 |
---|
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)
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |