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