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 interface such as the tree API. 
org.infinispan.tree This package contains the TreeCache. 
 

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
static
<MK,K,V> AtomicMap<K,V>
AtomicMapLookup.getAtomicMap(Cache<?,?> cache, MK key)
          Retrieves an atomic map from a given cache, stored under a given key.
 AtomicMap<K,V> AtomicHashMap.getProxy(Cache cache, Object mapKey, BatchContainer batchContainer, InvocationContextContainer icc)
           
 

Uses of AtomicMap in org.infinispan.tree
 

Fields in org.infinispan.tree with type parameters of type AtomicMap
protected  Cache<NodeKey,AtomicMap<?,?>> TreeStructureSupport.cache
           
 

Methods in org.infinispan.tree that return AtomicMap
protected
<K,V> AtomicMap<K,V>
TreeStructureSupport.getAtomicMap(NodeKey key)
           
 


Google Analytics

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