Uses of Package
org.apache.accumulo.core.file.blockfile.cache

Packages that use org.apache.accumulo.core.file.blockfile.cache
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.blockfile.cache   
org.apache.accumulo.core.file.blockfile.impl   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.server.tabletserver   
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.core.file
BlockCache
          Block cache interface.
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.core.file.blockfile.cache
BlockCache
          Block cache interface.
CachedBlock
          Represents an entry in the LruBlockCache.
CacheEntry
           
HeapSize
          Implementations can be asked for an estimate of their size in bytes.
LruBlockCache.CacheStats
           
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.core.file.blockfile.impl
BlockCache
          Block cache interface.
CacheEntry
           
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.core.file.map
BlockCache
          Block cache interface.
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.core.file.rfile
BlockCache
          Block cache interface.
 

Classes in org.apache.accumulo.core.file.blockfile.cache used by org.apache.accumulo.server.tabletserver
LruBlockCache
          A block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time LruBlockCache.cacheBlock(java.lang.String, byte[], boolean) and LruBlockCache.getBlock(java.lang.String) operations.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.