Uses of Class
org.infinispan.atomic.AtomicHashMap

Packages that use AtomicHashMap
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 AtomicHashMap in org.infinispan.atomic
 

Methods in org.infinispan.atomic that return AtomicHashMap
 AtomicHashMap<K,V> AtomicHashMap.copyForWrite()
           
static
<K,V> AtomicHashMap<K,V>
AtomicHashMap.newInstance(Cache cache, Object cacheKey)
          Construction only allowed through this factory method.
 



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