Class DoNothingHistogramSnapshot

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getMax()
      Get max value in values.
      double getMean()
      Get mean value in values.
      double getSum()
      Get sum.
      double getValue​(double quantile)
      Get value by quantile.
      int size()
      Get the size of values in snapshot.
      • Methods inherited from class java.lang.Object

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