org.apache.whirr.compute
Class NodeStarterFactory

java.lang.Object
  extended by org.apache.whirr.compute.NodeStarterFactory

public class NodeStarterFactory
extends Object


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

Constructor Detail

NodeStarterFactory

public NodeStarterFactory()
Method Detail

create

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


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