AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API.See: Description
| Interface | Description |
|---|---|
| AtomicMap<K,V> |
This is a special type of Map geared for use in Infinispan.
|
| CopyableDeltaAware |
This interface extended the
DeltaAware. |
| Delta |
Represents changes made to a
DeltaAware implementation. |
| DeltaAware |
This interface allows the extraction of
Deltas. |
| FineGrainedAtomicMap<K,V> |
FineGrainedAtomicMap is a special type of Map geared for use in Infinispan.
|
| Class | Description |
|---|---|
| AtomicMapLookup |
A helper that locates or safely constructs and registers atomic maps with a given cache.
|
| DeltaCompositeKey |
DeltaCompositeKey is the key guarding access to a specific entry in DeltaAware
|
| DeltaCompositeKey.DeltaCompositeKeyExternalizer |
| Enum | Description |
|---|---|
| NullDelta |
Represents no changes.
|
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API.Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.