com.ibm.websphere.pmi.client
Interface CpdStat
- All Superinterfaces:
- java.lang.Cloneable, CpdValue, CpdXML, PmiConstants, java.io.Serializable
- public interface CpdStat
- extends CpdValue
The CpdStat is a 4.0 class and will be supported in 5.0. It maps to JSR77's TimeStatistic.
Field Summary
Fields inherited from interface com.ibm.websphere.pmi.client.CpdValue serialVersionUID
Fields inherited from interface com.ibm.websphere.pmi.client.CpdXML INDENT_SPACE
Method Summary double confidence(int level)
int count()
long max()
double mean()
Return the mean.long min()
double standardDeviation()
double sumSquares()
double total()
double variance()
Methods inherited from interface com.ibm.websphere.pmi.client.CpdValue changeInValue, clone, combine, delta, getAccurateTime, getLastSampleTime, getStartTime, getTime, getType, getValue, rateChangeOfValue, setLastSampleTime, valueToString
Methods inherited from interface com.ibm.websphere.pmi.client.CpdXML fromXML, toXML, toXML, toXML
Method Detail mean
public double mean()
- Return the mean.
variance
public double variance()
standardDeviation
public double standardDeviation()
sumSquares
public double sumSquares()
confidence
public double confidence(int level)
count
public int count()
total
public double total()
min
public long min()
max
public long max()
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.