Uses of Interface
org.infinispan.atomic.DeltaAware

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

Classes in org.infinispan.atomic that implement DeltaAware
 class AtomicHashMap<K,V>
          The default implementation of AtomicMap.
 

Methods in org.infinispan.atomic that return DeltaAware
 DeltaAware NullDelta.merge(DeltaAware other)
           
 DeltaAware Delta.merge(DeltaAware d)
          Merge the current Delta instance with a given DeltaAware instance, and return a coherent and complete DeltaAware instance.
 DeltaAware AtomicHashMapDelta.merge(DeltaAware d)
           
 

Methods in org.infinispan.atomic with parameters of type DeltaAware
 DeltaAware NullDelta.merge(DeltaAware other)
           
 DeltaAware Delta.merge(DeltaAware d)
          Merge the current Delta instance with a given DeltaAware instance, and return a coherent and complete DeltaAware instance.
 DeltaAware AtomicHashMapDelta.merge(DeltaAware d)
           
 



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