Class DoNothingHistogramSnapshot

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getMax()
      Get max value in values
      double getMean()
      Get mean value in values
      double getMedian()
      Get median value in values
      long getMin()
      Get min value in values
      double getValue​(double quantile)
      Get value by quantile
      long[] getValues()
      Get values in snapshot
      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