public class RichGaugeResource extends MetricResource
MetricResource.Page| Modifier | Constructor and Description |
|---|---|
protected |
RichGaugeResource()
No-arg constructor for serialization frameworks.
|
|
RichGaugeResource(java.lang.String name,
double value,
double alpha,
double average,
double max,
double min,
long count) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha() |
double |
getAverage()
Return the average value for the gauge.
|
long |
getCount() |
double |
getMax() |
double |
getMin() |
double |
getValue()
Return the value for the gauge.
|
getNameprotected RichGaugeResource()
public RichGaugeResource(java.lang.String name,
double value,
double alpha,
double average,
double max,
double min,
long count)
public double getValue()
public double getAlpha()
public double getAverage()
public double getMax()
public double getMin()
public long getCount()