Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Interface
org.infinispan.atomic.AtomicMap

Packages that use AtomicMap
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. 
 

Uses of AtomicMap in org.infinispan.atomic
 

Classes in org.infinispan.atomic that implement AtomicMap
 class AtomicHashMap<K,V>
          The default implementation of AtomicMap.
 class AtomicHashMapProxy<K,V>
          A layer of indirection around an AtomicHashMap to provide consistency and isolation for concurrent readers while writes may also be going on.
 class FineGrainedAtomicHashMapProxy<K,V>
          A layer of indirection around an FineGrainedAtomicMap to provide consistency and isolation for concurrent readers while writes may also be going on.
 

Fields in org.infinispan.atomic with type parameters of type AtomicMap
protected  AdvancedCache<Object,AtomicMap<K,V>> AtomicHashMapProxy.cache
           
protected  AdvancedCache<Object,AtomicMap<K,V>> AtomicHashMapProxy.cacheForWriting
           
 

Methods in org.infinispan.atomic that return AtomicMap
static
<MK,K,V> AtomicMap<K,V>
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache, MK key)
          Retrieves an atomic map from a given cache, stored under a given key.
static
<MK,K,V> AtomicMap<K,V>
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache, MK key, boolean createIfAbsent)
          Retrieves an atomic map from a given cache, stored under a given key.
static
<MK,K,V> AtomicMap<K,V>
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache, MK key, FlagContainer flagContainer)
          Deprecated. use AtomicMapLookup.getAtomicMap(org.infinispan.Cache, Object)
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.