| Package | Description |
|---|---|
| de.zib.scalaris.executor |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ScalarisChangeListOp1 |
Implements a list change operation using the read and write operations of
Scalaris.
|
class |
ScalarisChangeListOp2 |
Implements a list change operation using the append operation of Scalaris.
|
class |
ScalarisIncrementOp1<T extends java.lang.Number> |
Implements an increment operation using the read and write operations of
Scalaris.
|
class |
ScalarisIncrementOp2<T extends java.lang.Number> |
Implements an increment operation using the increment operation of
Scalaris.
|
class |
ScalarisListAppendRemoveOp1<T> |
Implements a list append and remove operation using the read and write
operations of Scalaris.
|
class |
ScalarisListAppendRemoveOp2<T> |
Implements a list append operation using the append operation of Scalaris.
|
class |
ScalarisReadOp |
Implements a read operation (tolerates "not found" and in this case contains
null).
|
class |
ScalarisWriteOp<T> |
Implements a write operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.ArrayList<ScalarisOp> |
ScalarisOpExecutor.getOps() |
Gets the current list of operations.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ScalarisOpExecutor.addOp(ScalarisOp op) |
Adds the given operation to be executed.
|