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

Packages that use MetricsRegistry
org.apache.hadoop.metrics2.lib A collection of library classes for implementing metrics sources 
 

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

Methods in org.apache.hadoop.metrics2.lib that return MetricsRegistry
 MetricsRegistry MetricsRegistry.setContext(String name)
          Set the metrics context tag
 MetricsRegistry MetricsRegistry.tag(MetricsInfo info, String value)
           
 MetricsRegistry MetricsRegistry.tag(MetricsInfo info, String value, boolean override)
          Add a tag to the metrics
 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 © 2014 Apache Software Foundation. All Rights Reserved.