Modifier and Type | Field and Description |
---|---|
protected LongConcurrentHashMap<EngineWrapper.ImmutabilityCheckEngine.Item> |
EngineWrapper.ImmutabilityCheckEngine.items |
protected LongConcurrentHashMap<Caches.WeakSoftRef.CacheItem> |
Caches.WeakSoftRef.items |
protected LongConcurrentHashMap<org.mapdb.LongConcurrentLRUMap.CacheEntry<V>> |
LongConcurrentLRUMap.map |
protected LongConcurrentHashMap<Fun.Tuple2> |
TxEngine.Tx.mod |
protected LongConcurrentHashMap<long[]> |
StoreWAL.modified |
protected LongConcurrentHashMap<Thread> |
BTreeMap.nodeLocks
holds node level locks
|
protected LongConcurrentHashMap |
TxEngine.Tx.old |
protected LongConcurrentHashMap<Fun.Tuple2<Object,Serializer>> |
AsyncWriteEngine.writeCache
Associates `recid` from Write Queue with record data and serializer.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
BTreeMap.assertNoLocks(LongConcurrentHashMap<Thread> locks) |
protected static void |
BTreeMap.lock(LongConcurrentHashMap<Thread> locks,
long recid) |
protected static void |
BTreeMap.unlock(LongConcurrentHashMap<Thread> locks,
long recid) |
protected static void |
BTreeMap.unlockAll(LongConcurrentHashMap<Thread> locks) |
Copyright © 2016. All rights reserved.