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 |
Transaction.addOnNr(OtpErlangString key,
OtpErlangDouble toAdd) |
void |
AbstractTransaction.addOnNr(OtpErlangString key,
OtpErlangDouble toAdd)
Changes the number stored at the given key, i.e.
|
void |
Transaction.addOnNr(OtpErlangString key,
OtpErlangLong toAdd) |
void |
AbstractTransaction.addOnNr(OtpErlangString key,
OtpErlangLong toAdd)
Changes the number stored at the given key, i.e.
|
<T> void |
Transaction.addOnNr(String key,
T toAdd) |
<T> void |
AbstractTransaction.addOnNr(String key,
T toAdd)
Changes the number stored at the given key, i.e.
|
void |
Transaction.ResultList.processAddOnNrAt(int pos)
Processes the result at the given position which originated from
an add_on_nr request.
|
abstract void |
ResultList.processAddOnNrAt(int pos)
Processes the result at the given position which originated from
an add_on_nr request.
|
void |
TransactionSingleOp.ResultList.processAddOnNrAt(int pos)
Processes the result at the given position which originated from
an add_on_nr request.
|
Modifier and Type | Method and Description |
---|---|
Object |
AddOnNrOp.processResult() |
Object |
Operation.processResult()
Processes the result set by
Operation.setResult(OtpErlangObject, boolean) . |
Object |
AddOnNrOp.processResultSingle() |
Object |
TransactionSingleOpOperation.processResultSingle()
Processes the result set by
Operation.setResult(OtpErlangObject, boolean)
assuming that operation was committed. |
ErlangValue |
ReadOp.processResultSingle() |