Uses of Class
org.apache.hadoop.metrics.util.MetricsBase

Packages that use MetricsBase
org.apache.hadoop.metrics.util   
 

Uses of MetricsBase in org.apache.hadoop.metrics.util
 

Subclasses of MetricsBase in org.apache.hadoop.metrics.util
 class MetricsIntValue
          The MetricsIntValue class is for a metric that is not time varied but changes only when it is set.
 class MetricsLongValue
          The MetricsLongValue class is for a metric that is not time varied but changes only when it is set.
 class MetricsTimeVaryingInt
          The MetricsTimeVaryingInt class is for a metric that naturally varies over time (e.g.
 class MetricsTimeVaryingLong
          The MetricsTimeVaryingLong class is for a metric that naturally varies over time (e.g.
 class MetricsTimeVaryingRate
          The MetricsTimeVaryingRate class is for a rate based metric that naturally varies over time (e.g.
 

Methods in org.apache.hadoop.metrics.util that return MetricsBase
 MetricsBase MetricsRegistry.get(String metricsName)
           
 

Methods in org.apache.hadoop.metrics.util that return types with arguments of type MetricsBase
 Collection<MetricsBase> MetricsRegistry.getMetricsList()
           
 

Methods in org.apache.hadoop.metrics.util with parameters of type MetricsBase
 void MetricsRegistry.add(String metricsName, MetricsBase theMetricsObj)
          Add a new metrics to the registry
 



Copyright © 2009 The Apache Software Foundation