de.zib.scalaris
Class ScalarisVM.DeleteNodesByNameResult

java.lang.Object
  extended by de.zib.scalaris.ScalarisVM.DeleteNodesByNameResult
Enclosing class:
ScalarisVM

public static class ScalarisVM.DeleteNodesByNameResult
extends Object

Plain old data object for results of ScalarisVM.shutdownNodes(int), ScalarisVM.shutdownNodesByName(List), ScalarisVM.killNodes(int) and ScalarisVM.killNodes(List).

Since:
3.6
Version:
3.6
Author:
Nico Kruber, kruber@zib.de

Field Summary
 List<ErlangValue> notFound
          Nodes which do not exist (anymore) in the VM.
 List<ErlangValue> successful
          Names of successfully deleted 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 deleted nodes.


notFound

public final List<ErlangValue> notFound
Nodes which do not exist (anymore) in the VM.