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

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

Uses of MetricsTag in org.apache.hadoop.metrics2
 

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

Methods in org.apache.hadoop.metrics2 with parameters of type MetricsTag
abstract  boolean MetricsFilter.accepts(MetricsTag tag)
          Whether to accept the tag
abstract  MetricsRecordBuilder MetricsRecordBuilder.add(MetricsTag tag)
          Add an immutable metrics tag object
 

Method parameters in org.apache.hadoop.metrics2 with type arguments of type MetricsTag
abstract  boolean MetricsFilter.accepts(Iterable<MetricsTag> tags)
          Whether to accept the tags
 

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

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

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

Uses of MetricsTag in org.apache.hadoop.metrics2.lib
 

Methods in org.apache.hadoop.metrics2.lib that return types with arguments of type MetricsTag
 Set<Map.Entry<String,MetricsTag>> MetricsRegistry.tags()
          Get the tags
 

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

Method parameters in org.apache.hadoop.metrics2.util with type arguments of type MetricsTag
 MetricsCache.Record MetricsCache.get(String name, Collection<MetricsTag> tags)
          Get the cached record
 



Copyright © 2009 The Apache Software Foundation