Uses of Class
org.apache.hadoop.metrics2.lib.MetricsRegistry

Packages that use MetricsRegistry
org.apache.hadoop.metrics2.lib   
 

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

Fields in org.apache.hadoop.metrics2.lib declared as MetricsRegistry
protected  MetricsRegistry AbstractMetricsSource.registry
           
 

Methods in org.apache.hadoop.metrics2.lib that return MetricsRegistry
 MetricsRegistry AbstractMetricsSource.registry()
           
 MetricsRegistry MetricsRegistry.setContext(String name)
          Set the metrics context tag
 MetricsRegistry MetricsRegistry.tag(String name, String description, String value)
          Add a tag to the metrics
 MetricsRegistry MetricsRegistry.tag(String name, String description, String value, boolean override)
          Add a tag to the metrics
 



Copyright © 2009 The Apache Software Foundation