程序包 | 说明 |
---|---|
org.apache.hadoop.metrics |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
org.apache.hadoop.metrics.jvm | |
org.apache.hadoop.metrics.spi |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
限定符和类型 | 方法和说明 |
---|---|
void |
MetricsContext.registerUpdater(Updater updater)
已过时。
Registers a callback to be called at regular time intervals, as
determined by the implementation-class specific configuration.
|
void |
MetricsContext.unregisterUpdater(Updater updater)
已过时。
Removes a callback, if it exists.
|
限定符和类型 | 类和说明 |
---|---|
class |
JvmMetrics
已过时。
in favor of
org.apache.hadoop.metrics2 usage. |
限定符和类型 | 方法和说明 |
---|---|
void |
CompositeContext.registerUpdater(Updater updater)
已过时。
|
void |
AbstractMetricsContext.registerUpdater(Updater updater)
已过时。
Registers a callback to be called at time intervals determined by
the configuration.
|
void |
CompositeContext.unregisterUpdater(Updater updater)
已过时。
|
void |
AbstractMetricsContext.unregisterUpdater(Updater updater)
已过时。
Removes a callback, if it exists.
|
Copyright © 2009 The Apache Software Foundation