long |
Event.get() |
long |
StatsInterceptor.Stats.getCount() |
long |
Stats.getCount() |
double |
StatsInterceptor.Stats.getGeometricMean() |
double |
Stats.getGeometricMean() |
long |
StatsInterceptor.getInvocationCount() |
long |
StatsInterceptor.getInvocationTime() |
double |
StatsInterceptor.Stats.getKurtosis() |
double |
Stats.getKurtosis() |
String |
Event.getLatest() |
String |
Stats.getLatest() |
long |
Event.getLatestTime() |
long |
Stats.getLatestTime() |
double |
StatsInterceptor.Stats.getMax() |
double |
Stats.getMax() |
double |
StatsInterceptor.Stats.getMean() |
double |
Stats.getMean() |
double |
StatsInterceptor.Stats.getMin() |
double |
Stats.getMin() |
long |
StatsInterceptor.getMonitoredMethods() |
double |
StatsInterceptor.Stats.getPercentile01() |
double |
Stats.getPercentile01() |
double |
StatsInterceptor.Stats.getPercentile10() |
double |
Stats.getPercentile10() |
double |
StatsInterceptor.Stats.getPercentile25() |
double |
Stats.getPercentile25() |
double |
StatsInterceptor.Stats.getPercentile50() |
double |
Stats.getPercentile50() |
double |
StatsInterceptor.Stats.getPercentile75() |
double |
Stats.getPercentile75() |
double |
StatsInterceptor.Stats.getPercentile90() |
double |
Stats.getPercentile90() |
double |
StatsInterceptor.Stats.getPercentile99() |
double |
Stats.getPercentile99() |
int |
StatsInterceptor.Stats.getSampleSize() |
int |
Stats.getSampleSize() |
double |
StatsInterceptor.Stats.getSkewness() |
double |
Stats.getSkewness() |
double |
StatsInterceptor.Stats.getStandardDeviation() |
double |
Stats.getStandardDeviation() |
double |
StatsInterceptor.Stats.getSum() |
double |
Stats.getSum() |
double |
StatsInterceptor.Stats.getSumsq() |
double |
Stats.getSumsq() |
double |
StatsInterceptor.Stats.getVariance() |
double |
Stats.getVariance() |
void |
StatsInterceptor.Stats.setSampleSize(int i) |
void |
Stats.setSampleSize(int i) |
double[] |
StatsInterceptor.Stats.sortedValues() |
double[] |
Stats.sortedValues() |
double[] |
StatsInterceptor.Stats.values() |
double[] |
Stats.values() |