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

Packages that use MetricsCache.Record
org.apache.hadoop.metrics2.util General helpers for implementing source and sinks 
 

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)
          Update the cache and return the current cache record
 MetricsCache.Record MetricsCache.update(MetricsRecord mr, boolean includingTags)
          Update the cache and return the current cached record
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.