|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 measurement |
long |
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 |
public double mean()
public double getCurrentLevel()
public double getIntegral()
public double getWeight()
public java.lang.String meanToString()
public long lowWaterMark()
public long highWaterMark()
public long lowerBound()
public long upperBound()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |