public class TimerMetricValue extends MetricValue
| Modifier and Type | Class and Description |
|---|---|
static class |
TimerMetricValue.Builder<T extends TimerMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TimerMetricValue(TimerMetricValue.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static TimerMetricValue.Builder<?> |
builder(String uid) |
long |
getExpectedFieldCount()
Gets the expected field count value.
|
long |
getMaximum()
Gets the maximum.
|
double |
getMean()
Gets the mean value.
|
long |
getMinimum()
Gets the minimum.
|
double |
getRate()
Gets the rate value.
|
double |
getStdDev()
Gets the standard deviation value.
|
getCount, getMillisecondsSpan, getPersistDate, getType, getUid, getUpdateDateprotected TimerMetricValue(TimerMetricValue.Builder<?> builder)
public long getExpectedFieldCount()
public long getMinimum()
public long getMaximum()
public double getRate()
public double getMean()
public double getStdDev()
public static TimerMetricValue.Builder<?> builder(String uid)
Copyright © 2014. All Rights Reserved.