Uses of Class
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
Modifier and TypeClassDescriptionstatic class
org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
Modifier and TypeMethodDescriptionorg.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()