Uses of Package
org.apache.hadoop.metrics

Packages that use org.apache.hadoop.metrics
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 used by org.apache.hadoop.metrics
ContextFactory
          Factory class for creating MetricsContext objects.
MetricsContext
          The main interface to the metrics package.
MetricsRecord
          A named and optionally tagged set of records to be sent to the metrics system.
Updater
          Call-back interface.
 

Classes in org.apache.hadoop.metrics used by org.apache.hadoop.metrics.file
ContextFactory
          Factory class for creating MetricsContext objects.
MetricsContext
          The main interface to the metrics package.
 

Classes in org.apache.hadoop.metrics used by org.apache.hadoop.metrics.ganglia
ContextFactory
          Factory class for creating MetricsContext objects.
MetricsContext
          The main interface to the metrics package.
 

Classes in org.apache.hadoop.metrics used by org.apache.hadoop.metrics.spi
ContextFactory
          Factory class for creating MetricsContext objects.
MetricsContext
          The main interface to the metrics package.
MetricsRecord
          A named and optionally tagged set of records to be sent to the metrics system.
Updater
          Call-back interface.
 



Copyright © 2006 The Apache Software Foundation