Class TimeDistribution.TimeDistributionSnapshot

java.lang.Object
io.airlift.stats.TimeDistribution.TimeDistributionSnapshot
Enclosing class:
TimeDistribution

public static class TimeDistribution.TimeDistributionSnapshot extends Object
  • Constructor Details

    • TimeDistributionSnapshot

      public TimeDistributionSnapshot(double count, double p50, double p75, double p90, double p95, double p99, double min, double max, double avg, TimeUnit unit)
  • Method Details

    • getCount

      public double getCount()
    • getP50

      public double getP50()
    • getP75

      public double getP75()
    • getP90

      public double getP90()
    • getP95

      public double getP95()
    • getP99

      public double getP99()
    • getMin

      public double getMin()
    • getMax

      public double getMax()
    • getAvg

      public double getAvg()
    • unit

      public TimeUnit unit()
    • toString

      public String toString()
      Overrides:
      toString in class Object