Uses of Interface
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
Modifier 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()
Modifier and TypeMethodDescriptionstatic String
BlockCacheUtil.toString
(org.apache.hadoop.hbase.io.hfile.CachedBlock cb, long now) Returns The block content as String.static String
BlockCacheUtil.toStringMinusFileName
(org.apache.hadoop.hbase.io.hfile.CachedBlock cb, long now) Returns The block content ofbc
as a String minus the filename.boolean
BlockCacheUtil.CachedBlocksByFile.update
(org.apache.hadoop.hbase.io.hfile.CachedBlock cb) Returns True if full....Modifier and TypeMethodDescriptionstatic String
BlockCacheUtil.toJSON
(String filename, NavigableSet<org.apache.hadoop.hbase.io.hfile.CachedBlock> blocks) Returns A JSON String offilename
and counts ofblocks