org.apache.whirr.cluster.actions
Class BootstrapClusterAction
java.lang.Object
org.apache.whirr.service.ClusterAction
org.apache.whirr.cluster.actions.ScriptBasedClusterAction
org.apache.whirr.cluster.actions.BootstrapClusterAction
public class BootstrapClusterAction
- extends ScriptBasedClusterAction
A ClusterAction
that starts instances in a cluster in parallel and
runs bootstrap scripts on them.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootstrapClusterAction
public BootstrapClusterAction(org.jclouds.compute.ComputeServiceContextFactory computeServiceContextFactory,
Map<String,ClusterActionHandler> handlerMap)
getAction
protected String getAction()
- Specified by:
getAction
in class ClusterAction
doAction
protected void doAction(Map<ClusterSpec.InstanceTemplate,ClusterActionEvent> eventMap)
throws IOException,
InterruptedException
- Specified by:
doAction
in class ScriptBasedClusterAction
- Throws:
IOException
InterruptedException
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.