Interface HistogramSnapshot

    • Method Detail

      • getValue

        double getValue​(double quantile)
        Get value by quantile
      • getValues

        long[] getValues()
        Get values in snapshot
      • size

        int size()
        Get the size of values in snapshot
      • getMin

        long getMin()
        Get min value in values
      • getMedian

        double getMedian()
        Get median value in values
      • getMean

        double getMean()
        Get mean value in values
      • getMax

        long getMax()
        Get max value in values
      • constructValueMap

        default void constructValueMap​(java.util.Map<java.lang.String,​java.lang.Object> result)
        Specified by:
        constructValueMap in interface IMetric