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

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

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

Methods in org.apache.hadoop.metrics2.lib with parameters of type MetricMutableFactory
 void MetricsRegistry.add(String name, long value, MetricMutableFactory factory)
          Decrement a metric by name.
 void MetricsRegistry.decr(String name, MetricMutableFactory factory)
          Decrement a metric by name.
 void MetricsRegistry.incr(String name, MetricMutableFactory factory)
          Increment a metric by name.
 

Constructors in org.apache.hadoop.metrics2.lib with parameters of type MetricMutableFactory
AbstractMetricsSource(String name, MetricMutableFactory mf)
          Construct the source with name and a mutable metrics factory
MetricsRegistry(String name, MetricMutableFactory factory)
          Construct the registry with a name and a metric factory
 



Copyright © 2009 The Apache Software Foundation