Uses of Class
org.apache.hadoop.metrics.ContextFactory

Packages that use ContextFactory
org.apache.hadoop.metrics Note, this package is deprecated in favor of org.apache.hadoop.metrics2 usage. 
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 ContextFactory in org.apache.hadoop.metrics
 

Methods in org.apache.hadoop.metrics that return ContextFactory
static ContextFactory ContextFactory.getFactory()
          Deprecated. Returns the singleton ContextFactory instance, constructing it if necessary.
 

Methods in org.apache.hadoop.metrics with parameters of type ContextFactory
 void MetricsContext.init(String contextName, ContextFactory factory)
          Deprecated. Initialize this context.
 

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

Methods in org.apache.hadoop.metrics.file with parameters of type ContextFactory
 void FileContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 

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

Methods in org.apache.hadoop.metrics.ganglia with parameters of type ContextFactory
 void GangliaContext31.init(String contextName, ContextFactory factory)
           
 void GangliaContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 

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

Methods in org.apache.hadoop.metrics.spi that return ContextFactory
 ContextFactory AbstractMetricsContext.getContextFactory()
          Deprecated. Returns the factory by which this context was created.
 

Methods in org.apache.hadoop.metrics.spi with parameters of type ContextFactory
 void NoEmitMetricsContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 void AbstractMetricsContext.init(String contextName, ContextFactory factory)
          Deprecated. Initializes the context.
 void CompositeContext.init(String contextName, ContextFactory factory)
          Deprecated.  
 void NullContextWithUpdateThread.init(String contextName, ContextFactory factory)
          Deprecated.  
 



Copyright © 2009 The Apache Software Foundation