|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionOperation | |
|---|---|
| de.zib.scalaris | This package contains means to communicate with the erlang scalaris ring from Java. |
| de.zib.scalaris.operations | |
| Uses of TransactionOperation in de.zib.scalaris |
|---|
| Methods in de.zib.scalaris with parameters of type TransactionOperation | |
|---|---|
Transaction.ResultList |
Transaction.req_list(TransactionOperation op)
Executes the given operation. |
| Uses of TransactionOperation in de.zib.scalaris.operations |
|---|
| Classes in de.zib.scalaris.operations that implement TransactionOperation | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||