Uses of Class
org.apache.hadoop.hbase.io.hfile.CacheStats
Packages that use 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
Subclasses of CacheStats in org.apache.hadoop.hbase.io.hfileFields in org.apache.hadoop.hbase.io.hfile declared as CacheStatsModifier 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
Methods in org.apache.hadoop.hbase.io.hfile that return CacheStatsModifier 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()
Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type CacheStatsModifierConstructorDescription(package private)
CombinedCacheStats
(CacheStats lbcStats, CacheStats fcStats) -
Uses of CacheStats in org.apache.hadoop.hbase.io.hfile.bucket
Subclasses of CacheStats in org.apache.hadoop.hbase.io.hfile.bucketModifier and TypeClassDescriptionclass
Class that implements cache metrics for bucket cache.Methods in org.apache.hadoop.hbase.io.hfile.bucket that return CacheStats -
Uses of CacheStats in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as CacheStatsModifier and TypeFieldDescriptionprivate CacheStats
MetricsRegionServerWrapperImpl.cacheStats
private CacheStats
MetricsRegionServerWrapperImpl.l1Stats
private CacheStats
MetricsRegionServerWrapperImpl.l2Stats