Package io.airlift.stats
Class MeterStat
- java.lang.Object
-
- io.airlift.stats.MeterStat
-
@Deprecated public class MeterStat extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description MeterStat()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description doublegetFifteenMinuteRate()Deprecated.doublegetFiveMinuteRate()Deprecated.longgetMax()Deprecated.doublegetMean()Deprecated.longgetMin()Deprecated.doublegetOneMinuteRate()Deprecated.doublegetStdDev()Deprecated.longgetSum()Deprecated.doublegetTP50()Deprecated.doublegetTP90()Deprecated.doublegetTP99()Deprecated.doublegetTP999()Deprecated.voidupdate(long value)Deprecated.
-
-
-
Method Detail
-
update
public void update(long value)
Deprecated.
-
getSum
public long getSum()
Deprecated.
-
getMin
public long getMin()
Deprecated.
-
getMax
public long getMax()
Deprecated.
-
getMean
public double getMean()
Deprecated.
-
getStdDev
public double getStdDev()
Deprecated.
-
getOneMinuteRate
public double getOneMinuteRate()
Deprecated.
-
getFiveMinuteRate
public double getFiveMinuteRate()
Deprecated.
-
getFifteenMinuteRate
public double getFifteenMinuteRate()
Deprecated.
-
getTP50
public double getTP50()
Deprecated.
-
getTP90
public double getTP90()
Deprecated.
-
getTP99
public double getTP99()
Deprecated.
-
getTP999
public double getTP999()
Deprecated.
-
-