public class HistogramMetricValue extends MetricValue
| Modifier and Type | Class and Description |
|---|---|
static class |
HistogramMetricValue.Builder<T extends HistogramMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
| Modifier | Constructor and Description |
|---|---|
protected |
HistogramMetricValue(HistogramMetricValue.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static HistogramMetricValue.Builder<?> |
builder(String uid) |
long |
getMaximum()
Gets the maximum metric value.
|
double |
getMean()
Gets the mean metric value.
|
long |
getMinimum()
Gets the minimum metric value.
|
double |
getQuantile50()
Gets the 50th quantile metric value.
|
double |
getQuantile75()
Gets the 75th quantile metric value.
|
double |
getQuantile95()
Gets the 95th quantile metric value.
|
double |
getQuantile98()
Gets the 98th quantile metric value.
|
double |
getQuantile99()
Gets the 99th quantile metric value.
|
double |
getStdDev()
Gets the standard deviation.
|
getCount, getMillisecondsSpan, getPersistDate, getType, getUid, getUpdateDateprotected HistogramMetricValue(HistogramMetricValue.Builder<?> builder)
public long getMaximum()
public long getMinimum()
public double getMean()
public double getStdDev()
public double getQuantile50()
public double getQuantile75()
public double getQuantile95()
public double getQuantile98()
public double getQuantile99()
public static HistogramMetricValue.Builder<?> builder(String uid)
Copyright © 2014. All Rights Reserved.