Uses of Interface
org.apache.hadoop.metrics2.MetricsRecord

Packages that use MetricsRecord
org.apache.hadoop.metrics2 Metrics 2.0 
org.apache.hadoop.metrics2.impl   
org.apache.hadoop.metrics2.sink   
org.apache.hadoop.metrics2.sink.ganglia   
org.apache.hadoop.metrics2.util   
 

Uses of MetricsRecord in org.apache.hadoop.metrics2
 

Methods in org.apache.hadoop.metrics2 with parameters of type MetricsRecord
 boolean MetricsFilter.accepts(MetricsRecord record)
          Whether to accept the record
 void MetricsSink.putMetrics(MetricsRecord record)
          Put a metrics record in the sink
 

Uses of MetricsRecord in org.apache.hadoop.metrics2.impl
 

Classes in org.apache.hadoop.metrics2.impl that implement MetricsRecord
 class MetricsRecordImpl
           
 

Uses of MetricsRecord in org.apache.hadoop.metrics2.sink
 

Methods in org.apache.hadoop.metrics2.sink with parameters of type MetricsRecord
 void FileSink.putMetrics(MetricsRecord record)
           
 

Uses of MetricsRecord in org.apache.hadoop.metrics2.sink.ganglia
 

Methods in org.apache.hadoop.metrics2.sink.ganglia with parameters of type MetricsRecord
 void GangliaSink30.putMetrics(MetricsRecord record)
           
 

Uses of MetricsRecord in org.apache.hadoop.metrics2.util
 

Methods in org.apache.hadoop.metrics2.util with parameters of type MetricsRecord
 MetricsCache.Record MetricsCache.update(MetricsRecord mr)
           
 MetricsCache.Record MetricsCache.update(MetricsRecord mr, boolean includingTags)
          Update the cache and return the cached record
 



Copyright © 2009 The Apache Software Foundation