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

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

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
 



Copyright © 2009 The Apache Software Foundation