| 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<java.lang.Object> |
Caches.LRU.cache |
protected LongMap<java.lang.Long> |
StoreAppend.indexInTx
Deprecated.
same as `index`, but stores uncommited modifications made in this transaction
|
protected LongMap<byte[]> |
StoreWAL.longStackPages |
protected LongMap<Serializer> |
EngineWrapper.SerializerCheckEngineWrapper.recid2serializer |
| Modifier and Type | Method and Description |
|---|---|
LongMap<LongConcurrentLRUMap.CacheEntry<V>> |
LongConcurrentLRUMap.getMap() |
| Constructor and Description |
|---|
LRU(Engine engine,
LongMap<java.lang.Object> cache,
boolean disableLocks) |