@Deprecated public class MeterStat extends Object
| Constructor and Description |
|---|
MeterStat()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getFifteenMinuteRate()
Deprecated.
|
double |
getFiveMinuteRate()
Deprecated.
|
long |
getMax()
Deprecated.
|
double |
getMean()
Deprecated.
|
long |
getMin()
Deprecated.
|
double |
getOneMinuteRate()
Deprecated.
|
double |
getStdDev()
Deprecated.
|
long |
getSum()
Deprecated.
|
double |
getTP50()
Deprecated.
|
double |
getTP90()
Deprecated.
|
double |
getTP99()
Deprecated.
|
double |
getTP999()
Deprecated.
|
void |
update(long value)
Deprecated.
|
public void update(long value)
public long getSum()
public long getMin()
public long getMax()
public double getMean()
public double getStdDev()
public double getOneMinuteRate()
public double getFiveMinuteRate()
public double getFifteenMinuteRate()
public double getTP50()
public double getTP90()
public double getTP99()
public double getTP999()
Copyright © 2010-2017 Airlift. All Rights Reserved.