|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 interface such as the tree API. |
Uses of DeltaAware in org.infinispan.atomic |
---|
Classes in org.infinispan.atomic that implement DeltaAware | |
---|---|
class |
AtomicHashMap<K,V>
Note that for replication to work properly, this class requires that all writes take place within the scope of an ongoing transaction or batch. |
Methods in org.infinispan.atomic that return DeltaAware | |
---|---|
DeltaAware |
NullDelta.merge(DeltaAware other)
|
DeltaAware |
Delta.merge(DeltaAware d)
Merge the current set of deltas 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 set of deltas with a given DeltaAware instance, and return a coherent and complete
DeltaAware instance. |
DeltaAware |
AtomicHashMapDelta.merge(DeltaAware d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |