Classes
| Class | Description | |
|---|---|---|
| ActionResult |
ActionResult returned from the perisistence class
| |
| PutOp |
Put operation whenever there is a Put done on the space
| |
| TakeOp |
The take operation
|
Interfaces
| Interface | Description | |
|---|---|---|
| Action |
This action is used in all the persistence calls
| |
| AlterAction |
AlterAction sent to the perisistence class
| |
| CloseAction |
CloseAction sent to the perisistence class
| |
| LoadAction |
LoadAction sent to the perisistence class
| |
| OpenAction |
OpenAction sent to the perisistence class
| |
| Persister |
The persister interface for calling persister methods
| |
| ReadAction |
Read action when get operation is invoked on the space
| |
| WriteAction |
Write action
| |
| WriteOp |
Write operation
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| OpType |
Type of operation: Put / Take
|