Uses of Class
org.apache.hadoop.metrics2.AbstractMetric

Packages that use AbstractMetric
org.apache.hadoop.metrics2 Metrics 2.0 
org.apache.hadoop.metrics2.util General helpers for implementing source and sinks 
 

Uses of AbstractMetric in org.apache.hadoop.metrics2
 

Methods in org.apache.hadoop.metrics2 that return types with arguments of type AbstractMetric
 Iterable<AbstractMetric> MetricsRecord.metrics()
          Get the metrics of the record
 

Methods in org.apache.hadoop.metrics2 with parameters of type AbstractMetric
abstract  MetricsRecordBuilder MetricsRecordBuilder.add(AbstractMetric metric)
          Add a pre-made immutable metric object
 

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

Methods in org.apache.hadoop.metrics2.util that return AbstractMetric
 AbstractMetric MetricsCache.Record.getMetricInstance(String key)
          Lookup a metric instance
 

Methods in org.apache.hadoop.metrics2.util that return types with arguments of type AbstractMetric
 Set<Map.Entry<String,AbstractMetric>> MetricsCache.Record.metricsEntrySet()
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.