T
- the type of the metricpublic abstract class MetricMutableGauge<T extends Number> extends MetricMutable
description, name
构造器和说明 |
---|
MetricMutableGauge(String name,
String description)
Construct the metric with name and description
|
限定符和类型 | 方法和说明 |
---|---|
abstract void |
decr()
Decrement the value of the metric by 1
|
abstract void |
incr()
Increment the value of the metric by 1
|
changed, clearChanged, setChanged, snapshot, snapshot
Copyright © 2009 The Apache Software Foundation