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