Uses of Class
org.mapdb.LongMap

Uses of LongMap in org.mapdb
 

Subclasses of LongMap in org.mapdb
 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.
 

Fields in org.mapdb declared as LongMap
protected  LongMap<Object> Caches.LRU.cache
           
protected  LongMap<byte[]> StoreWAL.longStackPages
           
protected  LongMap<Serializer> EngineWrapper.SerializerCheckEngineWrapper.recid2serializer
           
 

Methods in org.mapdb that return LongMap
 LongMap<org.mapdb.LongConcurrentLRUMap.CacheEntry<V>> LongConcurrentLRUMap.getMap()
           
 

Constructors in org.mapdb with parameters of type LongMap
Caches.LRU(Engine engine, LongMap<Object> cache, boolean disableLocks)
           
 



Copyright © 2014. All Rights Reserved.