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

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

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

Methods in org.apache.hadoop.hbase.io.hfile that return CachedBlock
 CachedBlock[] CachedBlockQueue.get()
          Get a sorted List of all elements in this queue, in descending order.
 

Methods in org.apache.hadoop.hbase.io.hfile with parameters of type CachedBlock
 void CachedBlockQueue.add(CachedBlock cb)
          Attempt to add the specified cached block to this queue.
 int CachedBlock.compareTo(CachedBlock that)
           
protected  long LruBlockCache.evictBlock(CachedBlock block)
           
 



Copyright © 2010 The Apache Software Foundation