Uses of Package
org.apache.hadoop.metrics.spi

Packages that use org.apache.hadoop.metrics.spi
org.apache.hadoop.metrics This package defines an API for reporting performance metric information. 
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 The Service Provider Interface for the Metrics API. 
 

Classes in org.apache.hadoop.metrics.spi used by org.apache.hadoop.metrics
OutputRecord
          Represents a record of metric data to be sent to a metrics system.
 

Classes in org.apache.hadoop.metrics.spi used by org.apache.hadoop.metrics.file
AbstractMetricsContext
          The main class of the Service Provider Interface.
OutputRecord
          Represents a record of metric data to be sent to a metrics system.
 

Classes in org.apache.hadoop.metrics.spi used by org.apache.hadoop.metrics.ganglia
AbstractMetricsContext
          The main class of the Service Provider Interface.
OutputRecord
          Represents a record of metric data to be sent to a metrics system.
 

Classes in org.apache.hadoop.metrics.spi used by org.apache.hadoop.metrics.spi
AbstractMetricsContext
          The main class of the Service Provider Interface.
AbstractMetricsContext.MetricMap
           
AbstractMetricsContext.TagMap
           
MetricsRecordImpl
          An implementation of MetricsRecord.
OutputRecord
          Represents a record of metric data to be sent to a metrics system.
 



Copyright © 2009 The Apache Software Foundation