TimeStat@Deprecated public class TimedStat extends Object
| Constructor and Description |
|---|
TimedStat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double value,
TimeUnit timeUnit)
Deprecated.
|
void |
addValue(io.airlift.units.Duration duration)
Deprecated.
|
long |
getCount()
Deprecated.
|
double |
getMax()
Deprecated.
|
double |
getMean()
Deprecated.
|
double |
getMin()
Deprecated.
|
double |
getPercentile(double percentile)
Deprecated.
|
double |
getSum()
Deprecated.
|
double |
getTP50()
Deprecated.
|
double |
getTP90()
Deprecated.
|
double |
getTP99()
Deprecated.
|
double |
getTP999()
Deprecated.
|
<T> T |
time(Callable<T> callable)
Deprecated.
|
public long getCount()
public double getSum()
public double getMin()
public double getMax()
public double getMean()
public double getPercentile(double percentile)
public double getTP50()
public double getTP90()
public double getTP99()
public double getTP999()
public void addValue(double value,
TimeUnit timeUnit)
public void addValue(io.airlift.units.Duration duration)
Copyright © 2010-2017 Airlift. All Rights Reserved.