@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class MutableGauge extends MutableMetric
| 修飾子 | コンストラクタと説明 | 
|---|---|
| protected  | MutableGauge(MetricsInfo info) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| 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 © 2016 Apache Software Foundation. All rights reserved.