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

Packages that use Updater
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 Updater in org.apache.hadoop.metrics
 

Methods in org.apache.hadoop.metrics with parameters of type Updater
 void MetricsContext.registerUpdater(Updater updater)
          Registers a callback to be called at regular time intervals, as determined by the implementation-class specific configuration.
 void MetricsContext.unregisterUpdater(Updater updater)
          Removes a callback, if it exists.
 

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

Methods in org.apache.hadoop.metrics.spi with parameters of type Updater
 void AbstractMetricsContext.registerUpdater(Updater updater)
          Registers a callback to be called at time intervals determined by the configuration.
 void AbstractMetricsContext.unregisterUpdater(Updater updater)
          Removes a callback, if it exists.
 



Copyright © 2006 The Apache Software Foundation