Uses of Class
org.apache.whirr.actions.ScriptBasedClusterAction

Packages that use ScriptBasedClusterAction
org.apache.whirr.actions A collection of ClusterAction implementations. 
 

Uses of ScriptBasedClusterAction in org.apache.whirr.actions
 

Subclasses of ScriptBasedClusterAction in org.apache.whirr.actions
 class BootstrapClusterAction
          A ClusterAction that starts instances in a cluster in parallel and runs bootstrap scripts on them.
 class ByonClusterAction
           
 class CleanupClusterAction
          A ClusterAction for cleaning-up the cluster services
 class ConfigureServicesAction
          A ClusterAction for running a configuration script on instances in the cluster after it has been bootstrapped.
 class DestroyClusterAction
          A ClusterAction for tearing down a running cluster and freeing up all its resources.
 class StartServicesAction
          A ClusterAction for starting the cluster services
 class StopServicesAction
          A ClusterAction for stopping the cluster services
 



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