Package | Description |
---|---|
de.zib.scalaris |
This package contains means to communicate with the erlang scalaris ring from Java.
|
Modifier and Type | Method and Description |
---|---|
ScalarisVM.DeleteNodesByNameResult |
ScalarisVM.killNodes(List<ErlangValue> names)
Kills the given nodes inside the Scalaris VM of the current connection.
|
ScalarisVM.DeleteNodesByNameResult |
ScalarisVM.shutdownNodesByName(List<ErlangValue> names)
Shuts down the given nodes (graceful leave) inside the Scalaris VM of the
current connection.
|