Uses of Class
org.mapdb.LongConcurrentHashMap

Uses of LongConcurrentHashMap in org.mapdb
 

Fields in org.mapdb declared as LongConcurrentHashMap
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.
 

Methods in org.mapdb with parameters of type LongConcurrentHashMap
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 © 2014. All Rights Reserved.