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

Packages that use org.apache.hadoop.hbase.io.hfile.CacheStats
Package
Description
Provides implementations of HFile and HFile BlockCache.
  • Uses of org.apache.hadoop.hbase.io.hfile.CacheStats in org.apache.hadoop.hbase.io.hfile

    Subclasses of org.apache.hadoop.hbase.io.hfile.CacheStats in in org.apache.hadoop.hbase.io.hfile
    Modifier and Type
    Class
    Description
    static class 
    org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
     
    Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.hfile.CacheStats in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.CacheStats
    CombinedBlockCache.CombinedCacheStats.getBucketCacheStats()
     
    org.apache.hadoop.hbase.io.hfile.CacheStats
    CombinedBlockCache.CombinedCacheStats.getLruCacheStats()
     
    org.apache.hadoop.hbase.io.hfile.CacheStats
    BlockCache.getStats()
    Get the statistics for this block cache.
    org.apache.hadoop.hbase.io.hfile.CacheStats
    CombinedBlockCache.getStats()
     
    org.apache.hadoop.hbase.io.hfile.CacheStats
    LruAdaptiveBlockCache.getStats()
    Get counter statistics for this cache.
    org.apache.hadoop.hbase.io.hfile.CacheStats
    LruBlockCache.getStats()
    Get counter statistics for this cache.
    org.apache.hadoop.hbase.io.hfile.CacheStats
    MemcachedBlockCache.getStats()
     
    org.apache.hadoop.hbase.io.hfile.CacheStats
    TinyLfuBlockCache.getStats()