T - specific metric value sub classpublic abstract static class TimerMetricValue.Builder<T extends TimerMetricValue.Builder<T>> extends MetricValue.Builder<T>
| Constructor and Description |
|---|
TimerMetricValue.Builder() |
| Modifier and Type | Method and Description |
|---|---|
TimerMetricValue |
build() |
T |
expectedFieldCount(long value)
Sets the expected field count.
|
T |
maximum(long value)
Sets the maximum.
|
T |
mean(double value)
Sets the mean.
|
T |
minimum(long value)
Sets the minimum.
|
T |
rate(double value)
Sets the rate.
|
T |
stdDev(double value)
Sets the standard deviation.
|
count, millisecondsSpan, persistDate, self, type, uid, updateDatepublic T minimum(long value)
value - the minimum valuepublic T maximum(long value)
value - the maximum valuepublic T expectedFieldCount(long value)
value - the expected field count valuepublic T rate(double value)
value - the rate valuepublic T mean(double value)
value - the mean valuepublic T stdDev(double value)
value - the standard deviation valuepublic TimerMetricValue build()
build in class MetricValue.Builder<T extends TimerMetricValue.Builder<T>>Copyright © 2014. All Rights Reserved.