Uses of Interface
org.infinispan.atomic.AtomicMap

Packages that use AtomicMap
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.atomic This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API. 
 

Uses of AtomicMap in org.infinispan
 

Methods in org.infinispan that return AtomicMap
<AMK,AMV> AtomicMap<AMK,AMV>
CacheDelegate.getAtomicMap(K key)
           
 

Uses of AtomicMap in org.infinispan.atomic
 

Classes in org.infinispan.atomic that implement AtomicMap
 class AtomicHashMap<K,V>
          Note that for replication to work properly, this class requires that all writes take place within the scope of an ongoing transaction or batch.
 class AtomicHashMapProxy<K,V>
          A layer of indirection around an AtomicHashMap to provide reader consistency
 

Methods in org.infinispan.atomic that return AtomicMap
<AMK,AMV> AtomicMap<AMK,AMV>
AtomicMapCache.getAtomicMap(K key)
          Returns an atomic map.
 AtomicMap AtomicHashMap.getProxy(Cache cache, Object mapKey, BatchContainer batchContainer, InvocationContextContainer icc)
           
 



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