Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Method and Description |
---|---|
Transaction.RequestList |
Transaction.RequestList.addAll(Transaction.RequestList other)
Adds all requests of the other request list to the end of this list.
|
Transaction.RequestList |
Transaction.RequestList.addOp(Operation op) |
Modifier and Type | Method and Description |
---|---|
Transaction.RequestList |
Transaction.RequestList.addAll(Transaction.RequestList other)
Adds all requests of the other request list to the end of this list.
|
Transaction.ResultList |
Transaction.req_list(Transaction.RequestList req)
Executes all requests in
req . |
Constructor and Description |
---|
RequestList(Transaction.RequestList other)
Copy constructor.
|