|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.monitor.jmx.StatisticsReading
public class StatisticsReading
Represents a snapshot of a StatisticsMeter
. A StatisticsReading holds the current values of the StatisticsMeter at the time
it was obtained and will not change.
Constructor Summary | |
---|---|
StatisticsReading(long timestamp,
long count,
long min,
long max,
double total,
double mean,
double variance,
double stddev,
java.lang.String unit)
Constructor used during construction of proxy objects for MXBeans. |
Method Summary | |
---|---|
long |
getCount()
Get the number of data points that had been added to the meter at the time the reading was taken. |
long |
getMaximumValue()
Get the maximum data point value that had been added to the meter at the time this reading was taken. |
double |
getMean()
Get the mean or average of the data points that had been added to the meter at the time this reading was taken. |
long |
getMinimumValue()
Get the minimum data point value that had been added to the meter at the time this reading was taken. |
double |
getStandardDeviation()
Get the standard deviation of the data points that had been added to the meter at the time this reading was taken. |
long |
getTimestamp()
|
double |
getTotal()
Get the total or sum of the data points that had been added to the meter at the time this reading was taken. |
java.lang.String |
getUnit()
|
double |
getVariance()
Get the variance of the data points that had been added to the meter at the time this reading was taken. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"timestamp","count","minimumValue","maximumValue","total","mean","variance","standardDeviation","unit"}) public StatisticsReading(long timestamp, long count, long min, long max, double total, double mean, double variance, double stddev, java.lang.String unit)
Method Detail |
---|
public long getTimestamp()
public long getCount()
public long getMinimumValue()
public long getMaximumValue()
public double getTotal()
public double getMean()
public double getVariance()
public double getStandardDeviation()
public java.lang.String getUnit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |