public class HistogramMetricValue extends MetricValue
Modifier and Type | Class and Description |
---|---|
static class |
HistogramMetricValue.HistogramValueBuilder
Builder (mutable) used to create a new value instances.
|
MetricValue.Builder<T extends MetricValue.Builder<T>>
Modifier | Constructor and Description |
---|---|
protected |
HistogramMetricValue(HistogramMetricValue.HistogramValueBuilder builder) |
Modifier and Type | Method and Description |
---|---|
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.
|
builder, getCount, getDataPoints, getFirstPersistDate, getLastPersistDate, getMillisecondsSpan, getType, getUid, getUpdateDate
protected HistogramMetricValue(HistogramMetricValue.HistogramValueBuilder 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()
Copyright © 2015. All Rights Reserved.