com.ibm.websphere.pmi.client
Interface CpdLoad
- All Superinterfaces:
- java.lang.Cloneable, CpdValue, CpdXML, PmiConstants, java.io.Serializable
- public interface CpdLoad
- extends CpdValue
The CpdLoad is a 4.0 class and will be supported in 5.0. It maps to either RangeStatistic or BoundedRangeStatistic depending on the JSR77 specification.
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 getCurrentLevel()
Return the current level being tracked by this load data as a double.double getIntegral()
Return the time-weighted sum.double getWeight()
Return the time interval for the measurementlong highWaterMark()
long lowerBound()
long lowWaterMark()
double mean()
Return the time-weighted mean value.java.lang.String meanToString()
Return the mean in String format.long upperBound()
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 time-weighted mean value.
getCurrentLevel
public double getCurrentLevel()
- Return the current level being tracked by this load data as a double. This is the same as getValue().
getIntegral
public double getIntegral()
- Return the time-weighted sum.
getWeight
public double getWeight()
- Return the time interval for the measurement
meanToString
public java.lang.String meanToString()
- Return the mean in String format.
lowWaterMark
public long lowWaterMark()
highWaterMark
public long highWaterMark()
lowerBound
public long lowerBound()
upperBound
public long upperBound()
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.