public class NoOpGauge extends AbstractMetric implements Gauge
Gauge.Gauge.Builder| Modifier and Type | Method and Description |
|---|---|
void |
decrement(double amount)
Decrement the gauge by
amount. |
double |
get() |
void |
increment(double amount)
Increment the gauge by
amount. |
void |
set(double value)
Set the gauge to the given value.
|
equals, getId, hashCodepublic NoOpGauge(MetricId id)
public void increment(double amount)
Gaugeamount.public void decrement(double amount)
Gaugeamount.public void set(double value)
GaugeCopyright © 2018 WSO2. All rights reserved.