Uses of Class
org.apache.accumulo.core.file.blockfile.cache.lru.CachedBlock
-
Packages that use CachedBlock Package Description org.apache.accumulo.core.file.blockfile.cache.lru -
-
Uses of CachedBlock in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru that return CachedBlock Modifier and Type Method Description 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.lru that return types with arguments of type CachedBlock Modifier and Type Method Description 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.lru with parameters of type CachedBlock Modifier and Type Method Description voidCachedBlockQueue. add(CachedBlock cb)Attempt to add the specified cached block to this queue.intCachedBlock. compareTo(CachedBlock that)protected longLruBlockCache. evictBlock(CachedBlock block)
-