|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.monitor.jmx.Meter
com.ibm.websphere.monitor.jmx.StatisticsMeter
public class StatisticsMeter
A meter that maintains distribution statistics about the data added to the meter.
Constructor Summary | |
---|---|
StatisticsMeter()
Default constructor. |
|
StatisticsMeter(long minimumValue,
long maximumValue,
long count,
double mean,
double variance,
double standardDeviation,
double total,
StatisticsReading reading,
java.lang.String description,
java.lang.String unit)
Constructor used during construction of proxy objects for MXBeans. |
Method Summary | |
---|---|
long |
getCount()
Get the number of data points that have been added to this meter. |
long |
getMaximumValue()
Get the maximum data point value added to this meter. |
double |
getMean()
Get the mean or average of the data points added to this meter. |
long |
getMinimumValue()
Get the minimum data point value added to this meter. |
StatisticsReading |
getReading()
|
double |
getStandardDeviation()
Get the standard deviation of the data points added to this meter. |
double |
getTotal()
Get the total or sum of the data points added to this meter. |
double |
getVariance()
Get the variance of the data points added to this meter. |
Methods inherited from class com.ibm.websphere.monitor.jmx.Meter |
---|
getDescription, getUnit, setDescription, setUnit |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsMeter()
@ConstructorProperties(value={"minimumValue","maximumValue","count","mean","variance","standardDeviation","total","reading","description","unit"}) public StatisticsMeter(long minimumValue, long maximumValue, long count, double mean, double variance, double standardDeviation, double total, StatisticsReading reading, java.lang.String description, java.lang.String unit)
Method Detail |
---|
public long getMinimumValue()
public long getMaximumValue()
public double getTotal()
public double getMean()
public double getVariance()
public double getStandardDeviation()
public long getCount()
public StatisticsReading getReading()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |