Uses of Class
org.apache.hadoop.hbase.io.hfile.CacheStats
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.Provides
BucketCache
, an implementation of
BlockCache
.-
Uses of CacheStats in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate final CacheStats
CombinedBlockCache.CombinedCacheStats.bucketCacheStats
private final CacheStats
MemcachedBlockCache.cacheStats
private final CacheStats
CombinedBlockCache.CombinedCacheStats.lruCacheStats
private final CacheStats
LruAdaptiveBlockCache.stats
Cache statisticsprivate final CacheStats
LruBlockCache.stats
Cache statisticsprivate final CacheStats
TinyLfuBlockCache.stats
Modifier and TypeMethodDescriptionCombinedBlockCache.CombinedCacheStats.getBucketCacheStats()
CombinedBlockCache.CombinedCacheStats.getLruCacheStats()
BlockCache.getStats()
Get the statistics for this block cache.CombinedBlockCache.getStats()
LruAdaptiveBlockCache.getStats()
Get counter statistics for this cache.LruBlockCache.getStats()
Get counter statistics for this cache.MemcachedBlockCache.getStats()
TinyLfuBlockCache.getStats()
ModifierConstructorDescription(package private)
CombinedCacheStats
(CacheStats lbcStats, CacheStats fcStats) -
Uses of CacheStats in org.apache.hadoop.hbase.io.hfile.bucket
Modifier and TypeClassDescriptionclass
Class that implements cache metrics for bucket cache. -
Uses of CacheStats in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate CacheStats
MetricsRegionServerWrapperImpl.cacheStats
private CacheStats
MetricsRegionServerWrapperImpl.l1Stats
private CacheStats
MetricsRegionServerWrapperImpl.l2Stats