Uses of Class
org.apache.hadoop.hbase.io.hfile.LruCachedBlock
Packages that use org.apache.hadoop.hbase.io.hfile.LruCachedBlock
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.LruCachedBlock in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.hfile.LruCachedBlock in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.LruCachedBlockLruCachedBlockQueue.poll()Returns The next element in this queue, ornullif the queue is empty.org.apache.hadoop.hbase.io.hfile.LruCachedBlockLruCachedBlockQueue.pollLast()Returns The last element in this queue, ornullif the queue is empty.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.LruCachedBlock in inModifier and TypeMethodDescriptionvoidLruCachedBlockQueue.add(org.apache.hadoop.hbase.io.hfile.LruCachedBlock cb) Attempt to add the specified cached block to this queue.intLruCachedBlock.compareTo(org.apache.hadoop.hbase.io.hfile.LruCachedBlock that) protected longLruAdaptiveBlockCache.evictBlock(org.apache.hadoop.hbase.io.hfile.LruCachedBlock block, boolean evictedByEvictionProcess) Evict the block, and it will be cached by the victim handler if exists && block may be read again laterprotected longLruBlockCache.evictBlock(org.apache.hadoop.hbase.io.hfile.LruCachedBlock block, boolean evictedByEvictionProcess) Evict the block, and it will be cached by the victim handler if exists && block may be read again later