|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
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 interfaces such as the Tree API. |
org.infinispan.container.entries | Entries which are stored in data containers. |
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 |
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)
|
DeltaAware |
NullDelta.merge(DeltaAware other)
|
Methods in org.infinispan.atomic with parameters of type DeltaAware | |
---|---|
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)
|
DeltaAware |
NullDelta.merge(DeltaAware other)
|
Uses of DeltaAware in org.infinispan.container.entries |
---|
Fields in org.infinispan.container.entries declared as DeltaAware | |
---|---|
protected DeltaAware |
DeltaAwareCacheEntry.oldValue
|
protected DeltaAware |
DeltaAwareCacheEntry.value
|
Constructors in org.infinispan.container.entries with parameters of type DeltaAware | |
---|---|
DeltaAwareCacheEntry(Object key,
DeltaAware value,
CacheEntry wrappedEntry)
|
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |