| Modifier and Type | Field and Description |
|---|---|
protected LongConcurrentHashMap<EngineWrapper.ImmutabilityCheckEngine.Item> |
EngineWrapper.ImmutabilityCheckEngine.items |
protected LongConcurrentHashMap<Caches.WeakSoftRef.CacheItem> |
Caches.WeakSoftRef.items |
protected LongConcurrentHashMap<LongConcurrentLRUMap.CacheEntry<V>> |
LongConcurrentLRUMap.map |
protected LongConcurrentHashMap<Fun.Tuple2> |
TxEngine.Tx.mod |
protected LongConcurrentHashMap<long[]> |
StoreWAL.modified |
protected LongConcurrentHashMap<java.lang.Long> |
BTreeMap.nodeLocks
holds node level locks
|
protected LongConcurrentHashMap |
TxEngine.Tx.old |
protected LongConcurrentHashMap<Volume> |
StoreAppend.volumes
Deprecated.
contains opened files, key is file number
|
protected LongConcurrentHashMap<Fun.Tuple2<java.lang.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<java.lang.Long> locks) |
protected static void |
BTreeMap.lock(LongConcurrentHashMap<java.lang.Long> locks,
long recid) |
protected static void |
BTreeMap.unlock(LongConcurrentHashMap<java.lang.Long> locks,
long recid) |
protected static void |
BTreeMap.unlockAll(LongConcurrentHashMap<java.lang.Long> locks) |