| 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 |
|---|---|---|
Operation |
ResultList.get(int index) |
Returns the operation at the specified position for e.g.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Operation> |
RequestList.getRequests() |
Gets all operations of the request list.
|
| Modifier and Type | Method | Description |
|---|---|---|
RequestList |
RequestList.addOp(Operation op) |
Adds a generic operation to the list of requests.
|
Transaction.RequestList |
Transaction.RequestList.addOp(Operation op) |
|
TransactionSingleOp.RequestList |
TransactionSingleOp.RequestList.addOp(Operation op) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
TransactionOperation |
An operation suitable for use in
Transaction. |
interface |
TransactionSingleOpOperation |
An operation suitable for use in
TransactionSingleOp. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddDelOnListOp |
Operation appending to / removing from a list.
|
class |
AddOnNrOp |
Operation incrementing a numeric value.
|
class |
CommitOp |
An operation committing a transaction.
|
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.
|