Modifier and Type | Class and Description |
---|---|
class |
LongConcurrentHashMap<V>
Thread safe LongMap.
|
class |
LongConcurrentLRUMap<V>
A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce
contention and synchronization overhead to utilize multiple CPU cores more effectively.
|
class |
LongHashMap<V>
LongHashMap is an implementation of LongMap without concurrency locking.
|
Modifier and Type | Field and Description |
---|---|
protected LongMap<Object> |
Caches.LRU.cache |
protected LongMap<byte[]> |
StoreWAL.longStackPages |
protected LongMap<Serializer> |
EngineWrapper.SerializerCheckEngineWrapper.recid2serializer |
Modifier and Type | Method and Description |
---|---|
LongMap<org.mapdb.LongConcurrentLRUMap.CacheEntry<V>> |
LongConcurrentLRUMap.getMap() |
Constructor and Description |
---|
LRU(Engine engine,
LongMap<Object> cache,
boolean disableLocks) |
Copyright © 2016. All rights reserved.