Uses of Class
org.apache.hadoop.metrics2.util.MetricsCache.Record

Packages that use MetricsCache.Record
org.apache.hadoop.metrics2.util   
 

Uses of MetricsCache.Record in org.apache.hadoop.metrics2.util
 

Methods in org.apache.hadoop.metrics2.util that return MetricsCache.Record
 MetricsCache.Record MetricsCache.get(String name, Collection<MetricsTag> tags)
          Get the cached record
 MetricsCache.Record MetricsCache.update(MetricsRecord mr)
           
 MetricsCache.Record MetricsCache.update(MetricsRecord mr, boolean includingTags)
          Update the cache and return the cached record
 



Copyright © 2009 The Apache Software Foundation