T - specific metric value sub classpublic abstract static class HistogramMetricValue.Builder<T extends HistogramMetricValue.Builder<T>> extends MetricValue.Builder<T>
| Constructor and Description |
|---|
HistogramMetricValue.Builder() |
| Modifier and Type | Method and Description |
|---|---|
HistogramMetricValue |
build() |
T |
maximum(long maximum)
Sets the maximum.
|
T |
mean(double mean)
Sets the mean.
|
T |
minimum(long minimum)
Sets the minimum.
|
T |
quantile50(double quantile50)
Sets the 50th quantile.
|
T |
quantile75(double quantile75)
Sets the 75th quantile.
|
T |
quantile95(double quantile95)
Sets the 95th quantile.
|
T |
quantile98(double quantile98)
Sets the 98th quantile.
|
T |
quantile99(double quantile99)
Sets the 99th quantile.
|
T |
stdDev(double stdDev)
Sets the standard deviation.
|
count, millisecondsSpan, persistDate, self, type, uid, updateDatepublic T maximum(long maximum)
maximum - the maximum valuepublic T minimum(long minimum)
minimum - the minimumpublic T mean(double mean)
mean - the mean valuepublic T stdDev(double stdDev)
stdDev - the standard deviationpublic T quantile50(double quantile50)
quantile50 - the 50th quantile valuepublic T quantile75(double quantile75)
quantile75 - the 75th quantile valuepublic T quantile95(double quantile95)
quantile95 - the 95th quantile valuepublic T quantile98(double quantile98)
quantile98 - the 98th quantile valuepublic T quantile99(double quantile99)
quantile99 - the 99th quantile valuepublic HistogramMetricValue build()
build in class MetricValue.Builder<T extends HistogramMetricValue.Builder<T>>Copyright © 2014. All Rights Reserved.