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

Packages that use MetricsRecord
org.apache.hadoop.metrics2 Metrics 2.0 
org.apache.hadoop.metrics2.sink Builtin metrics sinks 
org.apache.hadoop.metrics2.util General helpers for implementing source and sinks 
 

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.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.util
 

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.