Class TimerAnnotationHelper.ManagedStatistics

java.lang.Object
org.glassfish.pfl.tf.timer.spi.Statistics
org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedStatistics
Enclosing class:
TimerAnnotationHelper

@ManagedData @Description("Statistics recorded for a series of time intervals") public class TimerAnnotationHelper.ManagedStatistics extends Statistics
  • Constructor Summary

    Constructors
    Constructor
    Description
    ManagedStatistics(long count, double min, double max, double average, double standardDeviation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Return the current average of the data, or -1 if there is no data.
    long
    Return the number of data points recorded.
    double
    max()
    Return the maximum value of call data points records.
    double
    min()
    Return the minimum value of call data points records.
    double
    Return the standard deviation of the data, or -1 if there is no data.

    Methods inherited from class org.glassfish.pfl.tf.timer.spi.Statistics

    equals, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait