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.slab   
 

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

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

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()
           
 CacheStats SingleSizeCache.getStats()
           
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.