Uses of Class
de.zib.scalaris.NotAListException

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)
           
<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)
           
 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
 ReadRandomFromListOp.Result ReadRandomFromListOp.processResult()
           
 Object Operation.processResult()
          Processes the result set by Operation.setResult(OtpErlangObject, boolean).
 ReadSublistOp.Result ReadSublistOp.processResult()
           
 Object AddDelOnListOp.processResult()
           
 ReadRandomFromListOp.Result ReadRandomFromListOp.processResultSingle()
           
 ReadSublistOp.Result ReadSublistOp.processResultSingle()
           
 Object AddDelOnListOp.processResultSingle()
           
 Object TransactionSingleOpOperation.processResultSingle()
          Processes the result set by Operation.setResult(OtpErlangObject, boolean) assuming that operation was committed.
 ErlangValue ReadOp.processResultSingle()