Uses of Package
org.infinispan.atomic

Packages that use org.infinispan.atomic
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
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.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.write Commands that alter the state of the cache. 
org.infinispan.container Data containers which store cache entries. 
org.infinispan.container.entries Entries which are stored in data containers. 
org.infinispan.tree This package contains the TreeCache. 
 

Classes in org.infinispan.atomic used by org.infinispan
Delta
          Represents changes made to a DeltaAware implementation.
 

Classes in org.infinispan.atomic used by org.infinispan.atomic
AtomicHashMap
          The default implementation of AtomicMap.
AtomicHashMapDelta
          Changes that have occurred on an AtomicHashMap
AtomicHashMapProxy
          A layer of indirection around an AtomicHashMap to provide consistency and isolation for concurrent readers while writes may also be going on.
AtomicMap
          This is a special type of Map geared for use in Infinispan.
ClearOperation
          An atomic clear operation.
Delta
          Represents changes made to a DeltaAware implementation.
DeltaAware
          This interface allows the extraction of Deltas.
FineGrainedAtomicMap
          FineGrainedAtomicMap is a special type of Map geared for use in Infinispan.
NullDelta
          Represents no changes.
Operation
          An atomic operation.
PutOperation
          An atomic put operation.
RemoveOperation
          An atomic remove operation.
 

Classes in org.infinispan.atomic used by org.infinispan.commands
Delta
          Represents changes made to a DeltaAware implementation.
 

Classes in org.infinispan.atomic used by org.infinispan.commands.write
Delta
          Represents changes made to a DeltaAware implementation.
 

Classes in org.infinispan.atomic used by org.infinispan.container
Delta
          Represents changes made to a DeltaAware implementation.
 

Classes in org.infinispan.atomic used by org.infinispan.container.entries
AtomicHashMap
          The default implementation of AtomicMap.
Delta
          Represents changes made to a DeltaAware implementation.
DeltaAware
          This interface allows the extraction of Deltas.
 

Classes in org.infinispan.atomic used by org.infinispan.tree
AtomicMap
          This is a special type of Map geared for use in Infinispan.
 


-->

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