|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotAListException | |
---|---|
de.zib.scalaris | This package contains means to communicate with the erlang scalaris ring from Java. |
de.zib.scalaris.operations |
Uses of NotAListException in de.zib.scalaris |
---|
Methods in de.zib.scalaris that throw NotAListException | ||
---|---|---|
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)
|
|
|
AbstractTransaction.addDelOnList(String key,
List<T> toAdd,
List<T> toRemove)
Changes the list stored at the given key, i.e. |
|
|
Transaction.addDelOnList(String key,
List<T> toAdd,
List<T> toRemove)
|
|
void |
TransactionSingleOp.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. |
|
abstract void |
ResultList.processAddDelOnListAt(int pos)
Processes the result at the given position which originated from a add_del_on_list request. |
Uses of NotAListException in de.zib.scalaris.operations |
---|
Methods in de.zib.scalaris.operations that throw NotAListException | |
---|---|
Object |
Operation.processResult()
Processes the result set by Operation.setResult(OtpErlangObject, boolean) . |
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResult()
|
ReadSublistOp.Result |
ReadSublistOp.processResult()
|
Object |
AddDelOnListOp.processResult()
|
ReadRandomFromListOp.Result |
ReadRandomFromListOp.processResultSingle()
|
ReadSublistOp.Result |
ReadSublistOp.processResultSingle()
|
ErlangValue |
ReadOp.processResultSingle()
|
Object |
TransactionSingleOpOperation.processResultSingle()
Processes the result set by Operation.setResult(OtpErlangObject, boolean)
assuming that operation was committed. |
Object |
AddDelOnListOp.processResultSingle()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |