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.cachedBlockByFile
Map by filename.private static final Comparator<CachedBlock>
TinyLfuBlockCache.CachedBlockView.COMPARATOR
(package private) Iterator<CachedBlock>
BlockCachesIterator.current
Methods 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 TypeMethodDescriptionint
TinyLfuBlockCache.CachedBlockView.compareTo
(CachedBlock other) static String
BlockCacheUtil.toString
(CachedBlock cb, long now) Returns The block content as String.static String
BlockCacheUtil.toStringMinusFileName
(CachedBlock cb, long now) Returns The block content ofbc
as a String minus the filename.boolean
BlockCacheUtil.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 String
BlockCacheUtil.toJSON
(String filename, NavigableSet<CachedBlock> blocks) Returns A JSON String offilename
and 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