- keyChangedAtom - Static variable in class de.zib.scalaris.CommonErlangObjects
-
- KeyChangedException - Exception in de.zib.scalaris
-
Exception that is thrown if a test_and_set operation on a scalaris ring
fails because the old value did not match the expected value.
- KeyChangedException(ErlangValue) - Constructor for exception de.zib.scalaris.KeyChangedException
-
Creates the exception with the given old value.
- KeyChangedException(Throwable, ErlangValue) - Constructor for exception de.zib.scalaris.KeyChangedException
-
Creates the exception with the given old value taking the message of the
given throwable.
- killNode(ErlangValue) - Method in class de.zib.scalaris.ScalarisVM
-
Kills the given node inside the Scalaris VM of the current connection.
- killNodes(int) - Method in class de.zib.scalaris.ScalarisVM
-
Kills the given number of nodes inside the Scalaris VM of the current
connection.
- killNodes(List<ErlangValue>) - Method in class de.zib.scalaris.ScalarisVM
-
Kills the given nodes inside the Scalaris VM of the current connection.
- killVM() - Method in class de.zib.scalaris.ScalarisVM
-
Kills the Scalaris VM of the current connection.