Uses of Interface
org.apache.hadoop.hbase.io.hfile.CachedBlock
Packages that use CachedBlock
Package
Description
Provides implementations of
HFile and HFile
BlockCache.Provides
BucketCache, an implementation of
BlockCache.-
Uses of CachedBlock in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement CachedBlockFields in org.apache.hadoop.hbase.io.hfile with type parameters of type CachedBlockModifier and TypeFieldDescriptionprivate NavigableMap<String,NavigableSet<CachedBlock>> BlockCacheUtil.CachedBlocksByFile.cachedBlockByFileMap by filename.private static final Comparator<CachedBlock>TinyLfuBlockCache.CachedBlockView.COMPARATOR(package private) Iterator<CachedBlock>BlockCachesIterator.currentMethods in org.apache.hadoop.hbase.io.hfile that return CachedBlockMethods in org.apache.hadoop.hbase.io.hfile that return types with arguments of type CachedBlockModifier and TypeMethodDescriptionBlockCacheUtil.CachedBlocksByFile.getCachedBlockStatsByFile()BlockCache.iterator()Returns Iterator over the blocks in the cache.CombinedBlockCache.iterator()LruAdaptiveBlockCache.iterator()LruBlockCache.iterator()MemcachedBlockCache.iterator()TinyLfuBlockCache.iterator()Methods in org.apache.hadoop.hbase.io.hfile with parameters of type CachedBlockModifier and TypeMethodDescriptionintTinyLfuBlockCache.CachedBlockView.compareTo(CachedBlock other) static StringBlockCacheUtil.toString(CachedBlock cb, long now) Returns The block content as String.static StringBlockCacheUtil.toStringMinusFileName(CachedBlock cb, long now) Returns The block content ofbcas a String minus the filename.booleanBlockCacheUtil.CachedBlocksByFile.update(CachedBlock cb) Returns True if full....Method parameters in org.apache.hadoop.hbase.io.hfile with type arguments of type CachedBlockModifier and TypeMethodDescriptionstatic StringBlockCacheUtil.toJSON(String filename, NavigableSet<CachedBlock> blocks) Returns A JSON String offilenameand counts ofblocks -
Uses of CachedBlock in org.apache.hadoop.hbase.io.hfile.bucket
Methods in org.apache.hadoop.hbase.io.hfile.bucket that return types with arguments of type CachedBlock