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 and Description |
---|---|
void |
AbstractTransaction.addDelOnList(OtpErlangString key,
OtpErlangList toAdd,
OtpErlangList toRemove)
Changes the list stored at the given key, i.e.
|
void |
Transaction.addDelOnList(OtpErlangString key,
OtpErlangList toAdd,
OtpErlangList toRemove) |
<T> void |
AbstractTransaction.addDelOnList(String key,
List<T> toAdd,
List<T> toRemove)
Changes the list stored at the given key, i.e.
|
<T> void |
Transaction.addDelOnList(String key,
List<T> toAdd,
List<T> toRemove) |
abstract void |
ResultList.processAddDelOnListAt(int pos)
Processes the result at the given position which originated from
a add_del_on_list request.
|
void |
Transaction.ResultList.processAddDelOnListAt(int pos)
Processes the result at the given position which originated from
a add_del_on_list request.
|
void |
TransactionSingleOp.ResultList.processAddDelOnListAt(int pos)
Processes the result at the given position which originated from
a add_del_on_list request.
|
Modifier and Type | Method and Description |
---|---|
ReadSublistOp.Result |
ReadSublistOp.processResult() |
Object |
AddDelOnListOp.processResult() |
Object |
Operation.processResult()
Processes the result set by
Operation.setResult(OtpErlangObject, boolean) . |
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResult() |
ReadSublistOp.Result |
ReadSublistOp.processResultSingle() |
Object |
AddDelOnListOp.processResultSingle() |
ErlangValue |
ReadOp.processResultSingle() |
Object |
TransactionSingleOpOperation.processResultSingle()
Processes the result set by
Operation.setResult(OtpErlangObject, boolean)
assuming that operation was committed. |
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResultSingle() |