Uses of Class
org.apache.hadoop.hbase.io.hfile.CacheStats

Packages that use CacheStats
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
org.apache.hadoop.hbase.io.hfile.bucket   
org.apache.hadoop.hbase.io.hfile.slab   
 

Uses of CacheStats in org.apache.hadoop.hbase.io.hfile
 

Methods in org.apache.hadoop.hbase.io.hfile that return CacheStats
 CacheStats BlockCache.getStats()
          Get the statistics for this block cache.
 CacheStats LruBlockCache.getStats()
          Get counter statistics for this cache.
 CacheStats DoubleBlockCache.getStats()
          Deprecated.  
 CacheStats CombinedBlockCache.getStats()
           
 

Uses of CacheStats in org.apache.hadoop.hbase.io.hfile.bucket
 

Subclasses of CacheStats in org.apache.hadoop.hbase.io.hfile.bucket
 class BucketCacheStats
          Class that implements cache metrics for bucket cache.
 

Methods in org.apache.hadoop.hbase.io.hfile.bucket that return CacheStats
 CacheStats BucketCache.getStats()
           
 

Uses of CacheStats in org.apache.hadoop.hbase.io.hfile.slab
 

Methods in org.apache.hadoop.hbase.io.hfile.slab that return CacheStats
 CacheStats SlabCache.getStats()
          Deprecated.  
 CacheStats SingleSizeCache.getStats()
          Deprecated.  
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.