Uses of Class
de.zib.scalaris.NotANumberException

Packages that use NotANumberException
de.zib.scalaris This package contains means to communicate with the erlang scalaris ring from Java. 
de.zib.scalaris.operations   
 

Uses of NotANumberException in de.zib.scalaris
 

Methods in de.zib.scalaris that throw NotANumberException
 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 TransactionSingleOp.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 Transaction.ResultList.processAddOnNrAt(int pos)
          Processes the result at the given position which originated from an add_on_nr request.
 

Uses of NotANumberException in de.zib.scalaris.operations
 

Methods in de.zib.scalaris.operations that throw NotANumberException
 Object AddOnNrOp.processResult()
           
 Object Operation.processResult()
          Processes the result set by Operation.setResult(OtpErlangObject, boolean).
 Object TransactionSingleOpOperation.processResultSingle()
          Processes the result set by Operation.setResult(OtpErlangObject, boolean) assuming that operation was committed.
 ErlangValue ReadOp.processResultSingle()
           
 Object AddOnNrOp.processResultSingle()