Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Method and Description |
---|---|
TransactionSingleOp.RequestList |
TransactionSingleOp.RequestList.addAll(TransactionSingleOp.RequestList other)
Adds all requests of the other request list to the end of this list.
|
TransactionSingleOp.RequestList |
TransactionSingleOp.RequestList.addCommit()
Throws an
UnsupportedOperationException as a commit is not
supported here. |
TransactionSingleOp.RequestList |
TransactionSingleOp.RequestList.addOp(Operation op) |
Modifier and Type | Method and Description |
---|---|
TransactionSingleOp.RequestList |
TransactionSingleOp.RequestList.addAll(TransactionSingleOp.RequestList other)
Adds all requests of the other request list to the end of this list.
|
TransactionSingleOp.ResultList |
TransactionSingleOp.req_list(TransactionSingleOp.RequestList req)
Executes all requests in
req and commits each one of them in
a single transaction. |
Constructor and Description |
---|
TransactionSingleOp.RequestList(TransactionSingleOp.RequestList other)
Copy constructor.
|