Uses of Class
org.apache.hadoop.hbase.io.hfile.LruCachedBlock

Packages that use LruCachedBlock
org.apache.hadoop.hbase.io.hfile Provides the hbase data+index+metadata file. 
 

Uses of LruCachedBlock in org.apache.hadoop.hbase.io.hfile
 

Methods in org.apache.hadoop.hbase.io.hfile that return LruCachedBlock
 LruCachedBlock LruCachedBlockQueue.poll()
           
 LruCachedBlock LruCachedBlockQueue.pollLast()
           
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type LruCachedBlock
 void LruCachedBlockQueue.add(LruCachedBlock cb)
          Attempt to add the specified cached block to this queue.
 int LruCachedBlock.compareTo(LruCachedBlock that)
           
protected  long LruBlockCache.evictBlock(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.updateSizeMetrics(LruCachedBlock cb, boolean evict)
          Helper function that updates the local size counter and also updates any per-cf or per-blocktype metrics it can discern from given LruCachedBlock
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.