Uses of Class
org.apache.accumulo.core.file.blockfile.cache.lru.SynchronousLoadingBlockCache
-
Packages that use SynchronousLoadingBlockCache Package Description org.apache.accumulo.core.file.blockfile.cache.lru -
-
Uses of SynchronousLoadingBlockCache in org.apache.accumulo.core.file.blockfile.cache.lru
Subclasses of SynchronousLoadingBlockCache in org.apache.accumulo.core.file.blockfile.cache.lru Modifier and Type Class Description classLruBlockCacheA block cache implementation that is memory-aware usingHeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by aConcurrentHashMapand with a non-blocking eviction thread giving constant-timeLruBlockCache.cacheBlock(java.lang.String, byte[], boolean)andLruBlockCache.getBlock(java.lang.String)operations.
-