程序包 | 说明 |
---|---|
org.apache.hadoop.metrics |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
org.apache.hadoop.metrics.spi |
Note, this package is deprecated in favor of
org.apache.hadoop.metrics2 usage. |
org.apache.hadoop.metrics.util |
限定符和类型 | 方法和说明 |
---|---|
static MetricsRecord |
MetricsUtil.createRecord(MetricsContext context,
String recordName)
已过时。
Utility method to create and return new metrics record instance within the
given context.
|
MetricsRecord |
MetricsContext.createRecord(String recordName)
已过时。
Creates a new MetricsRecord instance with the given
recordName . |
限定符和类型 | 类和说明 |
---|---|
class |
MetricsRecordImpl
已过时。
in favor of
org.apache.hadoop.metrics2 usage. |
限定符和类型 | 方法和说明 |
---|---|
MetricsRecord |
AbstractMetricsContext.createRecord(String recordName)
已过时。
Creates a new AbstractMetricsRecord instance with the given
recordName . |
MetricsRecord |
CompositeContext.newRecord(String recordName)
已过时。
|
protected MetricsRecord |
AbstractMetricsContext.newRecord(String recordName)
已过时。
Subclasses should override this if they subclass MetricsRecordImpl.
|
限定符和类型 | 方法和说明 |
---|---|
void |
MetricsTimeVaryingRate.pushMetric(MetricsRecord mr)
已过时。
Push the delta metrics to the mr.
|
void |
MetricsTimeVaryingLong.pushMetric(MetricsRecord mr)
已过时。
Push the delta metrics to the mr.
|
void |
MetricsTimeVaryingInt.pushMetric(MetricsRecord mr)
已过时。
Push the delta metrics to the mr.
|
void |
MetricsLongValue.pushMetric(MetricsRecord mr)
已过时。
Push the metric to the mr.
|
void |
MetricsIntValue.pushMetric(MetricsRecord mr)
已过时。
Push the metric to the mr.
|
abstract void |
MetricsBase.pushMetric(MetricsRecord mr)
已过时。
|
Copyright © 2009 The Apache Software Foundation