Class Stats

  • All Implemented Interfaces:
    StatsMBean

    @Stable
    public class Stats
    extends java.lang.Object
    implements StatsMBean
    Stats aggregating the distribution percentiles.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double get1()  
      double get10()  
      double get30()  
      double get50()  
      double get70()  
      double get90()  
      double get99()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • get1

        public double get1()
        Specified by:
        get1 in interface StatsMBean
        Returns:
        1st percentile.
      • get10

        public double get10()
        Specified by:
        get10 in interface StatsMBean
        Returns:
        10th percentile.
      • get30

        public double get30()
        Specified by:
        get30 in interface StatsMBean
        Returns:
        30th percentile.
      • get50

        public double get50()
        Specified by:
        get50 in interface StatsMBean
        Returns:
        50th percentile.
      • get70

        public double get70()
        Specified by:
        get70 in interface StatsMBean
        Returns:
        70th percentile.
      • get90

        public double get90()
        Specified by:
        get90 in interface StatsMBean
        Returns:
        90th percentile.
      • get99

        public double get99()
        Specified by:
        get99 in interface StatsMBean
        Returns:
        99th percentile.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object