public class NoOpGauge extends java.lang.Object implements Gauge
Modifier and Type | Method and Description |
---|---|
static NoOpGauge |
getInstance() |
MetricName |
getName()
The
MetricName given to this metric. |
void |
set(long n)
Set current value for this gauge.
|
public void set(long n)
Gauge
public MetricName getName()
Metric
MetricName
given to this metric.public static NoOpGauge getInstance()