Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomicHashMap<K,V>
The default implementation of
AtomicMap . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected DeltaAware |
DeltaAwareCacheEntry.oldValue |
protected DeltaAware |
DeltaAwareCacheEntry.value |
Constructor and Description |
---|
DeltaAwareCacheEntry(Object key,
DeltaAware value,
CacheEntry wrappedEntry) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.