de.zib.scalaris
Class ScalarisVM.AddNodesResult

java.lang.Object
  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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).