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.
 AtomicHashMap AtomicHashMap.Externalizer.readObject(ObjectInput input)
           
 

Methods in org.infinispan.atomic that return types with arguments of type AtomicHashMap
 Set<Class<? extends AtomicHashMap>> AtomicHashMap.Externalizer.getTypeClasses()
           
 

Methods in org.infinispan.atomic with parameters of type AtomicHashMap
 void AtomicHashMap.Externalizer.writeObject(ObjectOutput output, AtomicHashMap map)
           
 



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