com.ibm.websphere.pmi.client
Interface CpdLoad
All Superinterfaces:
Deprecated. As of 6.0, PMI Client API is replaced with JMX interface and MBean StatisticsProvider model. PMI CpdCollection data structure is replaced by J2EE Performance Data Framework defined in
javax.management.j2ee.statistics
package.
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.
- public interface CpdLoad
- extends CpdValue
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
Modifier and Type | Method and Description |
---|---|
|
getCurrentLevel()
Deprecated. Return the current level being tracked by this load data
as a double.
|
|
getIntegral()
Deprecated. Return the time-weighted sum.
|
|
getWeight()
Deprecated. Return the time interval for the measurement
|
|
highWaterMark()
Deprecated.
|
|
lowerBound()
Deprecated.
|
|
lowWaterMark()
Deprecated.
|
|
mean()
Deprecated. Return the time-weighted mean value.
|
|
meanToString()
Deprecated. Return the mean in String format.
|
|
upperBound()
Deprecated.
|
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
- double mean()
Deprecated.
Return the time-weighted mean value.
getCurrentLevel
- double getCurrentLevel()
Deprecated.
Return the current level being tracked by this load data
as a double. This is the same as getValue().
getIntegral
- double getIntegral()
Deprecated.
Return the time-weighted sum.
getWeight
- double getWeight()
Deprecated.
Return the time interval for the measurement
meanToString
- java.lang.String meanToString()
Deprecated.
Return the mean in String format.
lowWaterMark
- long lowWaterMark()
Deprecated.
highWaterMark
- long highWaterMark()
Deprecated.
lowerBound
- long lowerBound()
Deprecated.
upperBound
- long upperBound()
Deprecated.