public class MeterMetricValue extends MetricValue
| Modifier and Type | Class and Description |
|---|---|
static class |
MeterMetricValue.Builder<T extends MeterMetricValue.Builder<T>>
Builder (mutable) used to create a new value instances.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MeterMetricValue(MeterMetricValue.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static MeterMetricValue.Builder<?> |
builder(String uid) |
long |
getExpectedFieldCount()
Gets the expected field count value.
|
double |
getRate()
Gets the rate value.
|
getCount, getMillisecondsSpan, getPersistDate, getType, getUid, getUpdateDateprotected MeterMetricValue(MeterMetricValue.Builder<?> builder)
public long getExpectedFieldCount()
public double getRate()
public static MeterMetricValue.Builder<?> builder(String uid)
Copyright © 2014. All Rights Reserved.