org.apache.whirr.compute
Class NodeStarter

java.lang.Object
  extended by org.apache.whirr.compute.NodeStarter
All Implemented Interfaces:
Callable<Set<org.jclouds.compute.domain.NodeMetadata>>

public class NodeStarter
extends Object
implements Callable<Set<org.jclouds.compute.domain.NodeMetadata>>


Constructor Summary
NodeStarter(org.jclouds.compute.ComputeService computeService, String clusterName, Set<String> roles, int num, org.jclouds.compute.domain.Template template)
           
 
Method Summary
 Set<org.jclouds.compute.domain.NodeMetadata> call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeStarter

public NodeStarter(org.jclouds.compute.ComputeService computeService,
                   String clusterName,
                   Set<String> roles,
                   int num,
                   org.jclouds.compute.domain.Template template)
Method Detail

call

public Set<org.jclouds.compute.domain.NodeMetadata> call()
                                                  throws Exception
Specified by:
call in interface Callable<Set<org.jclouds.compute.domain.NodeMetadata>>
Throws:
Exception


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.