Uses of Interface
org.apache.hadoop.hbase.io.hfile.CachedBlock
Packages that use org.apache.hadoop.hbase.io.hfile.CachedBlock
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.CachedBlock in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return types with arguments of type org.apache.hadoop.hbase.io.hfile.CachedBlock in inModifier and TypeMethodDescriptionNavigableMap<String,NavigableSet<org.apache.hadoop.hbase.io.hfile.CachedBlock>> BlockCacheUtil.CachedBlocksByFile.getCachedBlockStatsByFile()Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>BlockCache.iterator()Returns Iterator over the blocks in the cache.Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>CombinedBlockCache.iterator()Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>LruAdaptiveBlockCache.iterator()Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>LruBlockCache.iterator()Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>MemcachedBlockCache.iterator()Iterator<org.apache.hadoop.hbase.io.hfile.CachedBlock>TinyLfuBlockCache.iterator()Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.CachedBlock in inModifier and TypeMethodDescriptionstatic StringBlockCacheUtil.toString(org.apache.hadoop.hbase.io.hfile.CachedBlock cb, long now) Returns The block content as String.static StringBlockCacheUtil.toStringMinusFileName(org.apache.hadoop.hbase.io.hfile.CachedBlock cb, long now) Returns The block content ofbcas a String minus the filename.booleanBlockCacheUtil.CachedBlocksByFile.update(org.apache.hadoop.hbase.io.hfile.CachedBlock cb) Returns True if full....Method parameters in org.apache.hadoop.hbase.io.hfile with type arguments of type org.apache.hadoop.hbase.io.hfile.CachedBlock in inModifier and TypeMethodDescriptionstatic StringBlockCacheUtil.toJSON(String filename, NavigableSet<org.apache.hadoop.hbase.io.hfile.CachedBlock> blocks) Returns A JSON String offilenameand counts ofblocks