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