Uses of Interface
org.apache.hadoop.metrics.MetricsRecord

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.
static MetricsRecord Metrics.createRecord(String contextName, String recordName)
          Utility method to create and return new metrics record instance within the given contextName.
static MetricsRecord Metrics.createRecord(String contextName, String recordName, String tagName, String tagValue)
          Utility method to create and return a new tagged metrics record instance within the given contextName.
 

Methods in org.apache.hadoop.metrics with parameters of type MetricsRecord
static void Metrics.report(MetricsRecord record, String metricName, long metricValue)
          Sets the named metric to the specified value in the given metrics record.
 

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.
 



Copyright © 2006 The Apache Software Foundation