程序包 | 说明 |
---|---|
org.apache.hadoop.metrics2.lib |
限定符和类型 | 方法和说明 |
---|---|
MetricMutableGaugeLong |
MetricsRegistry.newGauge(String name,
String description,
long initValue)
Create a mutable long integer gauge
|
MetricMutableGaugeLong |
MetricMutableFactory.newGauge(String name,
String description,
long initValue)
Create a mutable long integer gauge
|
MetricMutableGaugeLong |
MetricMutableFactory.newGaugeLong(String name)
Create a mutable long integer gauge with name only.
|
Copyright © 2009 The Apache Software Foundation