Uses of Class
org.infinispan.atomic.AtomicHashMapProxy

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

Subclasses of AtomicHashMapProxy in org.infinispan.atomic
 class FineGrainedAtomicHashMapProxy<K,V>
          A layer of indirection around an FineGrainedAtomicMap to provide consistency and isolation for concurrent readers while writes may also be going on.
 


-->

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