|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricsRecord | |
org.apache.hadoop.metrics | This package defines an API for reporting performance metric information. |
org.apache.hadoop.metrics.spi | The Service Provider Interface for the Metrics API. |
Uses of MetricsRecord in org.apache.hadoop.metrics |
Methods in org.apache.hadoop.metrics that return MetricsRecord | |
MetricsRecord |
MetricsContext.createRecord(String recordName)
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
An implementation of MetricsRecord. |
Methods in org.apache.hadoop.metrics.spi that return MetricsRecord | |
MetricsRecord |
AbstractMetricsContext.createRecord(String recordName)
Creates a new AbstractMetricsRecord instance with the given recordName . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |