Uses of Class
de.zib.scalaris.ScalarisVM.DeleteNodesByNameResult

Packages that use ScalarisVM.DeleteNodesByNameResult
de.zib.scalaris This package contains means to communicate with the erlang scalaris ring from Java. 
 

Uses of ScalarisVM.DeleteNodesByNameResult in de.zib.scalaris
 

Methods in de.zib.scalaris that return ScalarisVM.DeleteNodesByNameResult
 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.