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

Packages that use OutputRecord
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. 
 

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

Methods in org.apache.hadoop.metrics.file with parameters of type OutputRecord
 void FileContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Emits a metrics record to a file.
 

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

Methods in org.apache.hadoop.metrics.ganglia with parameters of type OutputRecord
 void GangliaContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
           
 

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

Methods in org.apache.hadoop.metrics.spi with parameters of type OutputRecord
protected  void NullContextWithUpdateThread.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Do-nothing version of emitRecord
protected  void NullContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Do-nothing version of emitRecord
protected abstract  void AbstractMetricsContext.emitRecord(String contextName, String recordName, OutputRecord outRec)
          Sends a record to the metrics system.
 



Copyright © 2008 The Apache Software Foundation