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 DoubleBlockCache.getStats()
           
 CacheStats LruBlockCache.getStats()
          Get counter statistics for this cache.
 CacheStats BlockCache.getStats()
          Get the statistics for this block cache.
 CacheStats SimpleBlockCache.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 SingleSizeCache.getStats()
           
 CacheStats SlabCache.getStats()
           
 



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