|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jmx.StatisticalData
public class StatisticalData
Value holder exposed by JXM which provides statistical information via Statistics
Field Summary |
---|
Fields inherited from interface org.modeshape.jcr.api.monitor.Statistics |
---|
NO_STATISTICS |
Constructor Summary | |
---|---|
StatisticalData(int count,
long maximum,
long minimum,
double mean,
double variance)
|
Method Summary | |
---|---|
int |
getCount()
Get the number of samples to which these statistics apply. |
long |
getMaximum()
Get the maximum of the sampled values. |
double |
getMean()
The mean (or average) of the sampled values. |
long |
getMinimum()
Get the minimum of the sampled values. |
double |
getStandardDeviation()
Get the standard deviation of the sampled values, which is a measure of how spread out the numbers are and is the square root of the variance . |
double |
getVariance()
Get the variance of the sampled values, which is the average of the squared differences from the mean . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"count","maximum","minimum","mean","variance"}) public StatisticalData(int count, long maximum, long minimum, double mean, double variance)
count
- number of elements in the samplemaximum
- max value from the sampleminimum
- min value from the samplemean
- sample meanvariance
- sample varianceMethod Detail |
---|
public int getCount()
Statistics
getCount
in interface Statistics
public long getMaximum()
Statistics
getMaximum
in interface Statistics
public long getMinimum()
Statistics
getMinimum
in interface Statistics
public double getMean()
Statistics
getMean
in interface Statistics
public double getVariance()
Statistics
mean
.
getVariance
in interface Statistics
public double getStandardDeviation()
Statistics
variance
.
getStandardDeviation
in interface Statistics
|
ModeShape Distribution 3.5.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |