| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| 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.commands |
Commands that operate on the cache, either locally or remotely.
|
| org.infinispan.commands.write |
Commands that alter the state of the cache.
|
| org.infinispan.container |
Data containers which store cache entries.
|
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| Class and Description |
|---|
| Delta
Represents changes made to a
DeltaAware implementation. |
| Class and Description |
|---|
| AtomicHashMap
The default implementation of
AtomicMap. |
| AtomicHashMapDelta
Changes that have occurred on an AtomicHashMap
|
| AtomicHashMapProxy
A layer of indirection around an
AtomicHashMap to provide consistency and isolation for concurrent readers
while writes may also be going on. |
| AtomicMap
This is a special type of Map geared for use in Infinispan.
|
| ClearOperation
An atomic clear operation.
|
| Delta
Represents changes made to a
DeltaAware implementation. |
| DeltaAware
This interface allows the extraction of
Deltas. |
| FineGrainedAtomicMap
FineGrainedAtomicMap is a special type of Map geared for use in Infinispan.
|
| NullDelta
Represents no changes.
|
| Operation
An atomic operation.
|
| PutOperation
An atomic put operation.
|
| RemoveOperation
An atomic remove operation.
|
| Class and Description |
|---|
| Delta
Represents changes made to a
DeltaAware implementation. |
| Class and Description |
|---|
| Delta
Represents changes made to a
DeltaAware implementation. |
| Class and Description |
|---|
| Delta
Represents changes made to a
DeltaAware implementation. |
| Class and Description |
|---|
| AtomicHashMap
The default implementation of
AtomicMap. |
| Delta
Represents changes made to a
DeltaAware implementation. |
| DeltaAware
This interface allows the extraction of
Deltas. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.