org.apache.openejb.monitoring
Class StatsInterceptor.Stats
java.lang.Object
org.apache.openejb.monitoring.StatsInterceptor.Stats
- Enclosing class:
- StatsInterceptor
public class StatsInterceptor.Stats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatsInterceptor.Stats
public StatsInterceptor.Stats(Method method,
Monitor classAnnotation)
setSampleSize
public void setSampleSize(int i)
getSampleSize
public int getSampleSize()
getCount
public long getCount()
getPercentile99
public double getPercentile99()
getPercentile90
public double getPercentile90()
getPercentile75
public double getPercentile75()
getPercentile50
public double getPercentile50()
getPercentile25
public double getPercentile25()
getPercentile10
public double getPercentile10()
getPercentile01
public double getPercentile01()
getStandardDeviation
public double getStandardDeviation()
getMean
public double getMean()
getVariance
public double getVariance()
getGeometricMean
public double getGeometricMean()
getSkewness
public double getSkewness()
getKurtosis
public double getKurtosis()
getMax
public double getMax()
getMin
public double getMin()
getSum
public double getSum()
getSumsq
public double getSumsq()
sortedValues
public double[] sortedValues()
values
public double[] values()
record
public void record(long time)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.