Uses of Class
org.mapdb.Atomic.Long

Uses of Atomic.Long in org.mapdb
 

Fields in org.mapdb declared as Atomic.Long
protected  Atomic.Long BTreeMap.counter
           
protected  Atomic.Long HTreeMap.counter
           
protected  Atomic.Long Queues.SimpleQueue.head
           
protected  Atomic.Long Queues.CircularQueue.headInsert
           
protected  Atomic.Long Queues.Queue.tail
           
 

Methods in org.mapdb that return Atomic.Long
 Atomic.Long DB.createAtomicLong(String name, long initValue)
           
 Atomic.Long DB.getAtomicLong(String name)
           
 

Methods in org.mapdb with parameters of type Atomic.Long
static
<K,V> void
Bind.size(Bind.MapWithModificationListener<K,V> map, Atomic.Long sizeCounter)
          Binds Atomic.Long to Primary Map so the Atomic.Long contains size of Map.
 



Copyright © 2014. All Rights Reserved.