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. 
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>
          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.
 

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.
 

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 © 2010 JBoss, a division of Red Hat. All Rights Reserved.