Class TimedStat

java.lang.Object
io.airlift.stats.TimedStat

@Deprecated public class TimedStat extends Object
Deprecated.
Replaced by TimeStat
  • Constructor Details

    • TimedStat

      public TimedStat()
      Deprecated.
  • Method Details

    • getCount

      public long getCount()
      Deprecated.
    • getSum

      public double getSum()
      Deprecated.
    • getMin

      public double getMin()
      Deprecated.
    • getMax

      public double getMax()
      Deprecated.
    • getMean

      public double getMean()
      Deprecated.
    • getPercentile

      public double getPercentile(double percentile)
      Deprecated.
    • getTP50

      public double getTP50()
      Deprecated.
    • getTP90

      public double getTP90()
      Deprecated.
    • getTP99

      public double getTP99()
      Deprecated.
    • getTP999

      public double getTP999()
      Deprecated.
    • addValue

      public void addValue(double value, TimeUnit timeUnit)
      Deprecated.
    • addValue

      public void addValue(io.airlift.units.Duration duration)
      Deprecated.
    • time

      public <T> T time(Callable<T> callable) throws Exception
      Deprecated.
      Throws:
      Exception