- emptyListAtom - Static variable in class de.zib.scalaris.CommonErlangObjects
-
- EmptyListException - Exception in de.zib.scalaris
-
Exception that is thrown if a read of a random list element on a scalaris
ring fails because the participating values are empty lists.
- EmptyListException() - Constructor for exception de.zib.scalaris.EmptyListException
-
Creates the exception with no message.
- EmptyListException(String) - Constructor for exception de.zib.scalaris.EmptyListException
-
Creates the exception with the given message.
- EmptyListException(Throwable) - Constructor for exception de.zib.scalaris.EmptyListException
-
Creates an exception taking the message of the given throwable.
- EmptyListException(OtpErlangObject) - Constructor for exception de.zib.scalaris.EmptyListException
-
Creates an exception including the message of the given erlang object.
- EmptyListException(Throwable, OtpErlangObject) - Constructor for exception de.zib.scalaris.EmptyListException
-
Creates an exception taking the message of the given throwable.
- encode(OtpErlangObject) - Static method in class de.zib.scalaris.CommonErlangObjects
-
Encoded the given erlang object to a binary the same way as
rdht_tx:encode_value/1.
- equals(Object) - Method in class de.zib.scalaris.ErlangValue
-
- erlangNode - Variable in class de.zib.scalaris.ScalarisVM.GetInfoResult
-
Erlang node name.
- ErlangValue - Class in de.zib.scalaris
-
Encapsulates a result from a read operation on scalaris.
- ErlangValue(OtpErlangObject) - Constructor for class de.zib.scalaris.ErlangValue
-
Creates a new object wrapping the given erlang value.
- ErlangValue(T) - Constructor for class de.zib.scalaris.ErlangValue
-
Creates a new object from a given set of Java types.
- ErlangValue.ListElementConverter<T> - Interface in de.zib.scalaris
-
Converts list elements to a desired type.
- ErlangValue.StringListElementConverter - Class in de.zib.scalaris
-
Converts list elements to
String
s.
- ErlangValueBitString - Class in de.zib.scalaris.examples
-
Implements a faster
String
storage mechanism using erlang bitstrings.
- ErlangValueBitString(String) - Constructor for class de.zib.scalaris.examples.ErlangValueBitString
-
Creates an object with the given (Java) value.
- ErlangValueBitString(OtpErlangObject) - Constructor for class de.zib.scalaris.examples.ErlangValueBitString
-
Creates an object with the given (erlang) value.
- ErlangValueBitString(ErlangValue) - Constructor for class de.zib.scalaris.examples.ErlangValueBitString
-
Creates an object with the given (erlang) value.
- ErlangValueFastString - Class in de.zib.scalaris.examples
-
Implements a faster
String
storage mechanism if only Java access to
scalaris is used.
- ErlangValueFastString(String) - Constructor for class de.zib.scalaris.examples.ErlangValueFastString
-
Creates an object with the given (Java) value.
- ErlangValueFastString(OtpErlangObject) - Constructor for class de.zib.scalaris.examples.ErlangValueFastString
-
Creates an object with the given (erlang) value.
- ErlangValueFastString(ErlangValue) - Constructor for class de.zib.scalaris.examples.ErlangValueFastString
-
Creates an object with the given (erlang) value.
- erlangVersion - Variable in class de.zib.scalaris.Monitor.GetNodeInfoResult
-
Erlang version string.
- erlangVersion - Variable in class de.zib.scalaris.ScalarisVM.GetInfoResult
-
Erlang version string.
- errors - Variable in class de.zib.scalaris.ScalarisVM.AddNodesResult
-
Error string for nodes that could not be started (empty if all nodes
have been started successfully).