|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricsRecord | |
---|---|
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 |
Uses of MetricsRecord in org.apache.hadoop.metrics |
---|
Methods in org.apache.hadoop.metrics that return MetricsRecord | |
---|---|
static MetricsRecord |
MetricsUtil.createRecord(MetricsContext context,
String recordName)
Deprecated. Utility method to create and return new metrics record instance within the given context. |
MetricsRecord |
MetricsContext.createRecord(String recordName)
Deprecated. Creates a new MetricsRecord instance with the given recordName . |
Uses of MetricsRecord in org.apache.hadoop.metrics.spi |
---|
Classes in org.apache.hadoop.metrics.spi that implement MetricsRecord | |
---|---|
class |
MetricsRecordImpl
Deprecated. in favor of org.apache.hadoop.metrics2 usage. |
Methods in org.apache.hadoop.metrics.spi that return MetricsRecord | |
---|---|
MetricsRecord |
AbstractMetricsContext.createRecord(String recordName)
Deprecated. Creates a new AbstractMetricsRecord instance with the given recordName . |
protected MetricsRecord |
AbstractMetricsContext.newRecord(String recordName)
Deprecated. Subclasses should override this if they subclass MetricsRecordImpl. |
MetricsRecord |
CompositeContext.newRecord(String recordName)
Deprecated. |
Uses of MetricsRecord in org.apache.hadoop.metrics.util |
---|
Methods in org.apache.hadoop.metrics.util with parameters of type MetricsRecord | |
---|---|
void |
MetricsTimeVaryingRate.pushMetric(MetricsRecord mr)
Deprecated. Push the delta metrics to the mr. |
void |
MetricsIntValue.pushMetric(MetricsRecord mr)
Deprecated. Push the metric to the mr. |
abstract void |
MetricsBase.pushMetric(MetricsRecord mr)
Deprecated. |
void |
MetricsTimeVaryingLong.pushMetric(MetricsRecord mr)
Deprecated. Push the delta metrics to the mr. |
void |
MetricsTimeVaryingInt.pushMetric(MetricsRecord mr)
Deprecated. Push the delta metrics to the mr. |
void |
MetricsLongValue.pushMetric(MetricsRecord mr)
Deprecated. Push the metric to the mr. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |