Uses of Class
org.apache.hadoop.metrics.spi.AbstractMetricsContext

Packages that use AbstractMetricsContext
org.apache.hadoop.metrics.file Implementation of the metrics package that writes the metrics to a file. 
org.apache.hadoop.metrics.ganglia Implementation of the metrics package that sends metric data to Ganglia
org.apache.hadoop.metrics.spi Note, this package is deprecated in favor of org.apache.hadoop.metrics2 usage. 
 

Uses of AbstractMetricsContext in org.apache.hadoop.metrics.file
 

Subclasses of AbstractMetricsContext in org.apache.hadoop.metrics.file
 class FileContext
          Deprecated. use FileSink instead.
 

Uses of AbstractMetricsContext in org.apache.hadoop.metrics.ganglia
 

Subclasses of AbstractMetricsContext in org.apache.hadoop.metrics.ganglia
 class GangliaContext
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 class GangliaContext31
          Context for sending metrics to Ganglia version 3.1.x.
 

Uses of AbstractMetricsContext in org.apache.hadoop.metrics.spi
 

Subclasses of AbstractMetricsContext in org.apache.hadoop.metrics.spi
 class CompositeContext
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 class NoEmitMetricsContext
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 class NullContext
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 class NullContextWithUpdateThread
          Deprecated. in favor of org.apache.hadoop.metrics2 usage.
 

Constructors in org.apache.hadoop.metrics.spi with parameters of type AbstractMetricsContext
MetricsRecordImpl(String recordName, AbstractMetricsContext context)
          Deprecated. Creates a new instance of FileRecord
 



Copyright © 2009 The Apache Software Foundation