| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.metrics.util |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MetricsIntValue
已过时。
in favor of
MetricMutableGaugeInt. |
class |
MetricsLongValue
已过时。
in favor of
org.apache.hadoop.metrics2 usage. |
class |
MetricsTimeVaryingInt
已过时。
in favor of
MetricMutableCounterInt. |
class |
MetricsTimeVaryingLong
已过时。
in favor of
MetricMutableCounterLong. |
class |
MetricsTimeVaryingRate
已过时。
in favor of
MetricMutableGauge. |
| 限定符和类型 | 方法和说明 |
|---|---|
MetricsBase |
MetricsRegistry.get(String metricsName)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<MetricsBase> |
MetricsRegistry.getMetricsList()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetricsRegistry.add(String metricsName,
MetricsBase theMetricsObj)
已过时。
Add a new metrics to the registry
|
Copyright © 2009 The Apache Software Foundation