public class StatsInterceptor.Stats
extends java.lang.Object
Constructor and Description |
---|
Stats(java.lang.reflect.Method method,
Monitor classAnnotation) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
double |
getGeometricMean() |
double |
getKurtosis() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getPercentile01() |
double |
getPercentile10() |
double |
getPercentile25() |
double |
getPercentile50() |
double |
getPercentile75() |
double |
getPercentile90() |
double |
getPercentile99() |
int |
getSampleSize() |
double |
getSkewness() |
double |
getStandardDeviation() |
double |
getSum() |
double |
getSumsq() |
double |
getVariance() |
void |
record(long time) |
void |
setSampleSize(int i) |
double[] |
sortedValues() |
double[] |
values() |
public Stats(java.lang.reflect.Method method, Monitor classAnnotation)
public void setSampleSize(int i)
public int getSampleSize()
public long getCount()
public double getPercentile99()
public double getPercentile90()
public double getPercentile75()
public double getPercentile50()
public double getPercentile25()
public double getPercentile10()
public double getPercentile01()
public double getStandardDeviation()
public double getMean()
public double getVariance()
public double getGeometricMean()
public double getSkewness()
public double getKurtosis()
public double getMax()
public double getMin()
public double getSum()
public double getSumsq()
public double[] sortedValues()
public double[] values()
public void record(long time)