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 CacheStatsCombinedBlockCache.CombinedCacheStats.bucketCacheStatsprivate final CacheStatsMemcachedBlockCache.cacheStatsprivate final CacheStatsCombinedBlockCache.CombinedCacheStats.lruCacheStatsprivate final CacheStatsLruAdaptiveBlockCache.statsCache statisticsprivate final CacheStatsLruBlockCache.statsCache statisticsprivate final CacheStatsTinyLfuBlockCache.statsMethods 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 TypeClassDescriptionclassClass 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 CacheStatsMetricsRegionServerWrapperImpl.cacheStatsprivate CacheStatsMetricsRegionServerWrapperImpl.l1Statsprivate CacheStatsMetricsRegionServerWrapperImpl.l2Stats