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