|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface DistributionMBean
Abstract MBean interface for objects that describe the general characteristics of a distribution of (double) values. This interface supports the standard MBean management interface, so implementing classes will support JMX monitoring.
| Method Summary | |
|---|---|
void |
clear()
Clears out the distribution, resetting it to its initial state. |
double |
getMaximum()
Get the maximum value found in the distribution. |
double |
getMean()
Get the average value in the distribtion. |
double |
getMinimum()
Get the minimum value found in the distribution. |
long |
getNumValues()
Get the number of values in the distribution. |
double |
getStdDev()
Get the standard deviation of values in the distribution. |
double |
getVariance()
Get the variance (the square of the standard deviation) of values in the distribution. |
| Method Detail |
|---|
void clear()
long getNumValues()
double getMean()
double getVariance()
double getStdDev()
double getMinimum()
double getMaximum()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||