de.zib.scalaris
Class ScalarisVM.AddNodesResult
java.lang.Object
de.zib.scalaris.ScalarisVM.AddNodesResult
- Enclosing class:
- ScalarisVM
public static class ScalarisVM.AddNodesResult
- extends Object
Plain old data object for results of ScalarisVM.addNodes(int)
.
- Since:
- 3.6
- Version:
- 3.6
- Author:
- Nico Kruber, kruber@zib.de
Field Summary |
String |
errors
Error string for nodes that could not be started (empty if all nodes
have been started successfully). |
List<ErlangValue> |
successful
Names of successfully added nodes. |
successful
public final List<ErlangValue> successful
- Names of successfully added nodes.
errors
public final String errors
- Error string for nodes that could not be started (empty if all nodes
have been started successfully).