Uses of Interface
org.apache.accumulo.core.file.blockfile.cache.HeapSize

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

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

Classes in org.apache.accumulo.core.file.blockfile.cache that implement HeapSize
 class CachedBlock
          Represents an entry in the LruBlockCache.
 class CachedBlockQueue
          A memory-bound queue that will grow until an element brings total size >= maxSize.
 class 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 © 2012 The Apache Software Foundation. All Rights Reserved.