- de.zib.scalaris - package de.zib.scalaris
-
This package contains means to communicate with the erlang scalaris ring from Java.
- de.zib.scalaris.examples - package de.zib.scalaris.examples
-
This package contains examples how to use the classes of the
de.zib.scalaris
package.
- de.zib.scalaris.executor - package de.zib.scalaris.executor
-
- de.zib.scalaris.jmx - package de.zib.scalaris.jmx
-
- de.zib.scalaris.operations - package de.zib.scalaris.operations
-
- decode(OtpErlangObject) - Static method in class de.zib.scalaris.CommonErlangObjects
-
Decodes the given Erlang object from a binary to the according
OtpErlangObject
the same way as
rdht_tx:decode_value/1.
- DefaultConnectionPolicy - Class in de.zib.scalaris
-
- DefaultConnectionPolicy(PeerNode) - Constructor for class de.zib.scalaris.DefaultConnectionPolicy
-
Creates a new connection policy working with the given remote node.
- DefaultConnectionPolicy(List<PeerNode>) - Constructor for class de.zib.scalaris.DefaultConnectionPolicy
-
Creates a new connection policy with the given remote nodes.
- delete(OtpErlangString) - Method in class de.zib.scalaris.ReplicatedDHT
-
Tries to delete all replicas of the given key in 2000ms.
- delete(OtpErlangString, int) - Method in class de.zib.scalaris.ReplicatedDHT
-
Tries to delete all replicas of the given key.
- delete(String) - Method in class de.zib.scalaris.ReplicatedDHT
-
Tries to delete all replicas of the given key in 2000ms.
- delete(String, int) - Method in class de.zib.scalaris.ReplicatedDHT
-
Tries to delete all replicas of the given key.
- DeleteResult - Class in de.zib.scalaris
-
Stores the result of a delete operation.
- DeleteResult(OtpErlangList) - Constructor for class de.zib.scalaris.DeleteResult
-
Creates a delete state object by converting the result list returned from
erlang.
- dhtNodes - Variable in class de.zib.scalaris.Monitor.GetNodeInfoResult
-
Number of DHT nodes in the node.
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisChangeListOp1
-
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisChangeListOp2
-
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisIncrementOp1
-
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisIncrementOp2
-
- doPhase(int, int, ResultList, RequestList) - Method in interface de.zib.scalaris.executor.ScalarisOp
-
Executes the given phase.
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisReadOp
-
- doPhase(int, int, ResultList, RequestList) - Method in class de.zib.scalaris.executor.ScalarisWriteOp
-
- doRPC(String, String, OtpErlangList) - Method in class de.zib.scalaris.Connection
-
Sends the given RPC and waits for a result.
- doRPC(String, String, OtpErlangObject[]) - Method in class de.zib.scalaris.Connection
-
Sends the given RPC and waits for a result.
- doubleListValue() - Method in class de.zib.scalaris.ErlangValue
-
Returns a list of
Double
values of the wrapped erlang value.
- doubleValue() - Method in class de.zib.scalaris.ErlangValue
-
Returns the Java double value of the wrapped erlang value.