org.apache.openejb.monitoring
Class StatsInterceptor.Stats

java.lang.Object
  extended by org.apache.openejb.monitoring.StatsInterceptor.Stats
Enclosing class:
StatsInterceptor

public class StatsInterceptor.Stats
extends java.lang.Object


Constructor Summary
StatsInterceptor.Stats(java.lang.reflect.Method method, Monitor classAnnotation)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsInterceptor.Stats

public StatsInterceptor.Stats(java.lang.reflect.Method method,
                              Monitor classAnnotation)
Method Detail

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-2011 The Apache OpenEJB development community. All Rights Reserved.