Package de.zib.scalaris.operations

Interface Summary
Operation Generic interface for operations which can be added to a request list.
TransactionOperation An operation suitable for use in Transaction.
TransactionSingleOpOperation An operation suitable for use in TransactionSingleOp.
 

Class Summary
AddDelOnListOp Operation appending to / removing from a list.
AddOnNrOp Operation incrementing a numeric value.
CommitOp An operation committing a transaction.
PartialReadOp Operation reading a partial value.
ReadOp Operation reading a value.
ReadRandomFromListOp Operation reading a random entry from a (non-empty) list value.
ReadRandomFromListOp.Result Result type of random_from_list operations.
ReadSublistOp Operation reading a sublist from a value.
ReadSublistOp.Result Result type of sublist operations.
TestAndSetOp Atomic test-and-set operation, i.e.
WriteOp An operation writing a value.