| Interface | Description |
|---|---|
| ScalarisOp |
Interface for arbitrary Scalaris operations.
|
| Class | Description |
|---|---|
| ScalarisChangeListOp1 |
Implements a list change operation using the read and write operations of
Scalaris.
|
| ScalarisChangeListOp2 |
Implements a list change operation using the append operation of Scalaris.
|
| ScalarisIncrementOp1<T extends Number> |
Implements an increment operation using the read and write operations of
Scalaris.
|
| ScalarisIncrementOp2<T extends Number> |
Implements an increment operation using the increment operation of
Scalaris.
|
| ScalarisListAppendRemoveOp1<T> |
Implements a list append and remove operation using the read and write
operations of Scalaris.
|
| ScalarisListAppendRemoveOp2<T> |
Implements a list append operation using the append operation of Scalaris.
|
| ScalarisOpExecutor |
Executes multiple
ScalarisOp operations in multiple phases only
sending requests to Scalaris once per work phase. |
| ScalarisReadOp |
Implements a read operation (tolerates "not found" and in this case contains
null).
|
| ScalarisSingleOpExecutor |
Executes multiple
ScalarisOp operations in multiple phases only
sending requests to Scalaris once per work phase. |
| ScalarisTxOpExecutor |
Executes multiple
ScalarisOp operations in multiple phases only
sending requests to Scalaris once per work phase. |
| ScalarisWriteOp<T> |
Implements a write operation.
|