Class and Description |
---|
BlockCache
Block cache interface.
|
Class and Description |
---|
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 |
Class and Description |
---|
BlockCache
Block cache interface.
|
CacheEntry |
Class and Description |
---|
BlockCache
Block cache interface.
|
Class and Description |
---|
BlockCache
Block cache interface.
|
Class and Description |
---|
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 © 2015 Apache Accumulo Project. All Rights Reserved.