Uses of Class
org.apache.accumulo.core.file.blockfile.cache.CachedBlock

Packages that use CachedBlock
org.apache.accumulo.core.file.blockfile.cache   
 

Uses of CachedBlock in org.apache.accumulo.core.file.blockfile.cache
 

Methods in org.apache.accumulo.core.file.blockfile.cache that return CachedBlock
 CachedBlock[] CachedBlockQueue.get()
          Get a sorted List of all elements in this queue, in descending order.
 

Methods in org.apache.accumulo.core.file.blockfile.cache that return types with arguments of type CachedBlock
 LinkedList<CachedBlock> CachedBlockQueue.getList()
          Get a sorted List of all elements in this queue, in descending order.
 

Methods in org.apache.accumulo.core.file.blockfile.cache 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 © 2012 The Apache Software Foundation. All Rights Reserved.