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