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

Packages that use Metric
org.apache.hadoop.metrics2 Metrics 2.0 
org.apache.hadoop.metrics2.impl   
org.apache.hadoop.metrics2.util   
 

Uses of Metric in org.apache.hadoop.metrics2
 

Subclasses of Metric in org.apache.hadoop.metrics2
 class MetricCounter<T extends Number>
          A generic immutable counter metric type
 class MetricGauge<T extends Number>
          A generic immutable gauge metric
 

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

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

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

Methods in org.apache.hadoop.metrics2.impl that return types with arguments of type Metric
 Iterable<Metric> MetricsRecordImpl.metrics()
           
 

Constructor parameters in org.apache.hadoop.metrics2.impl with type arguments of type Metric
MetricsRecordImpl(String name, long timestamp, Iterable<MetricsTag> tags, Iterable<Metric> metrics)
          Construct a metrics record
 

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

Methods in org.apache.hadoop.metrics2.util that return Metric
 Metric MetricsCache.Record.getMetricInstance(String key)
          Get the metric value
 

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



Copyright © 2009 The Apache Software Foundation