| Package | Description |
|---|---|
| de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
| de.zib.scalaris.operations |
| Modifier and Type | Method | Description |
|---|---|---|
TransactionSingleOp.ResultList |
TransactionSingleOp.req_list(TransactionSingleOpOperation op) |
Executes the given operation.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddDelOnListOp |
Operation appending to / removing from a list.
|
class |
AddOnNrOp |
Operation incrementing a numeric value.
|
class |
PartialReadOp |
Operation reading a partial value.
|
class |
ReadOp |
Operation reading a value.
|
class |
ReadRandomFromListOp |
Operation reading a random entry from a (non-empty) list value.
|
class |
ReadSublistOp |
Operation reading a sublist from a value.
|
class |
TestAndSetOp |
Atomic test-and-set operation, i.e.
|
class |
WriteOp |
An operation writing a value.
|