MutableGaugeFloat, MutableGaugeInt, MutableGaugeLong@Public @Evolving public abstract class MutableGauge extends MutableMetric
| Modifier | Constructor | Description |
|---|---|---|
protected |
MutableGauge(MetricsInfo info) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
decr() |
Decrement the value of the metric by 1
|
abstract void |
incr() |
Increment the value of the metric by 1
|
protected MetricsInfo |
info() |
changed, clearChanged, setChanged, snapshot, snapshotprotected MutableGauge(MetricsInfo info)
protected MetricsInfo info()
public abstract void incr()
public abstract void decr()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.