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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.LruCachedBlock
    LruCachedBlockQueue.poll()
    Returns The next element in this queue, or null if the queue is empty.
    org.apache.hadoop.hbase.io.hfile.LruCachedBlock
    LruCachedBlockQueue.pollLast()
    Returns The last element in this queue, or null if the queue is empty.
    Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.LruCachedBlock in in
    Modifier and Type
    Method
    Description
    void
    LruCachedBlockQueue.add(org.apache.hadoop.hbase.io.hfile.LruCachedBlock cb)
    Attempt to add the specified cached block to this queue.
    int
    LruCachedBlock.compareTo(org.apache.hadoop.hbase.io.hfile.LruCachedBlock that)
     
    protected long
    LruAdaptiveBlockCache.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
    protected long
    LruBlockCache.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