Interface Average

  • All Superinterfaces:
    org.glassfish.external.statistics.RangeStatistic, org.glassfish.external.statistics.Statistic
    All Known Implementing Classes:
    AverageImpl

    @Contract
    public interface Average
    extends org.glassfish.external.statistics.RangeStatistic
    Author:
    Harpreet SIngh
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addDataPoint​(long value)  
      double getAverage()  
      long getMax()  
      long getMin()  
      long getSize()  
      long getTotal()  
      void setReset()  
      • Methods inherited from interface org.glassfish.external.statistics.RangeStatistic

        getCurrent, getHighWaterMark, getLowWaterMark
      • Methods inherited from interface org.glassfish.external.statistics.Statistic

        getDescription, getLastSampleTime, getName, getStartTime, getUnit
    • Method Detail

      • addDataPoint

        void addDataPoint​(long value)
      • getAverage

        double getAverage()
      • getSize

        long getSize()
      • setReset

        void setReset()
      • getMin

        long getMin()
      • getMax

        long getMax()
      • getTotal

        long getTotal()