|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotFoundException | |
---|---|
de.zib.scalaris | This package contains means to communicate with the erlang scalaris ring from Java. |
de.zib.scalaris.operations |
Uses of NotFoundException in de.zib.scalaris |
---|
Methods in de.zib.scalaris that throw NotFoundException | ||
---|---|---|
ErlangValue |
ResultList.processReadAt(int pos)
Processes the result at the given position which originated from a read request and returns the value that has been read. |
|
void |
TransactionSingleOp.ResultList.processTestAndSetAt(int pos)
Processes the result at the given position which originated from a test_and_set request. |
|
void |
Transaction.ResultList.processTestAndSetAt(int pos)
Processes the result at the given position which originated from an add_on_nr request. |
|
abstract void |
ResultList.processTestAndSetAt(int pos)
Processes the result at the given position which originated from a test_and_set request. |
|
ErlangValue |
AbstractTransaction.read(OtpErlangString key)
Gets the value stored under the given key . |
|
ErlangValue |
AbstractTransaction.read(String key)
Gets the value stored under the given key . |
|
void |
AbstractTransaction.testAndSet(OtpErlangString key,
OtpErlangObject oldValue,
OtpErlangObject newValue)
Stores the given key/new_value pair if the old value at key is old_value (atomic test_and_set). |
|
void |
Transaction.testAndSet(OtpErlangString key,
OtpErlangObject oldValue,
OtpErlangObject newValue)
|
|
|
AbstractTransaction.testAndSet(String key,
OldT oldValue,
NewT newValue)
Stores the given key/new_value pair if the old value at key is old_value (atomic test_and_set). |
|
|
Transaction.testAndSet(String key,
OldT oldValue,
NewT newValue)
|
Uses of NotFoundException in de.zib.scalaris.operations |
---|
Methods in de.zib.scalaris.operations that throw NotFoundException | |
---|---|
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResult()
|
Object |
Operation.processResult()
Processes the result set by Operation.setResult(OtpErlangObject, boolean) . |
Object |
TestAndSetOp.processResult()
|
ReadSublistOp.Result |
ReadSublistOp.processResult()
|
ErlangValue |
ReadOp.processResult()
|
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResultSingle()
|
Object |
TestAndSetOp.processResultSingle()
|
ReadSublistOp.Result |
ReadSublistOp.processResultSingle()
|
Object |
TransactionSingleOpOperation.processResultSingle()
Processes the result set by Operation.setResult(OtpErlangObject, boolean)
assuming that operation was committed. |
ErlangValue |
ReadOp.processResultSingle()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |