|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.pfl.tf.timer.spi.Statistics
public class Statistics
A simple read-only holder for accumulated statistics.
| Constructor Summary | |
|---|---|
Statistics(long count,
double min,
double max,
double average,
double standardDeviation)
|
|
| Method Summary | |
|---|---|
double |
average()
Return the current average of the data, or -1 if there is no data. |
long |
count()
Return the number of data points recorded. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
double |
max()
Return the maximum value of call data points records. |
double |
min()
Return the minimum value of call data points records. |
double |
standardDeviation()
Return the standard deviation of the data, or -1 if there is no data. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistics(long count,
double min,
double max,
double average,
double standardDeviation)
| Method Detail |
|---|
public long count()
public double min()
public double max()
public double average()
public double standardDeviation()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||