Uses of Class
org.apache.whirr.ClusterController

Packages that use ClusterController
org.apache.whirr The Whirr client API. 
org.apache.whirr.cli.command   
org.apache.whirr.command   
 

Uses of ClusterController in org.apache.whirr
 

Subclasses of ClusterController in org.apache.whirr
 class ByonClusterController
          Equivalent of ClusterController, but for execution in BYON mode ("bring your own nodes").
 

Methods in org.apache.whirr that return ClusterController
 ClusterController DynamicClusterControllerFactory.create(String serviceName)
          Create an instance of a ClusterController according to the given name.
 ClusterController ClusterControllerFactory.create(String serviceName)
          Create an instance of a ClusterController according to the given name.
 

Methods in org.apache.whirr with parameters of type ClusterController
 void DynamicClusterControllerFactory.bind(ClusterController clusterController)
           
 void DynamicClusterControllerFactory.unbind(ClusterController clusterController)
           
 

Uses of ClusterController in org.apache.whirr.cli.command
 

Methods in org.apache.whirr.cli.command with parameters of type ClusterController
 int StopServicesCommand.runLifecycleStep(ClusterSpec clusterSpec, ClusterController controller, joptsimple.OptionSet optionSet)
           
 int StartServicesCommand.runLifecycleStep(ClusterSpec clusterSpec, ClusterController controller, joptsimple.OptionSet optionSet)
           
abstract  int RoleLifecycleCommand.runLifecycleStep(ClusterSpec clusterSpec, ClusterController controller, joptsimple.OptionSet optionSet)
          Implement this method to trigger the relevant role lifecycle action
 int RestartServicesCommand.runLifecycleStep(ClusterSpec clusterSpec, ClusterController controller, joptsimple.OptionSet optionSet)
           
 int ConfigureServicesCommand.runLifecycleStep(ClusterSpec clusterSpec, ClusterController controller, joptsimple.OptionSet optionSet)
           
 

Uses of ClusterController in org.apache.whirr.command
 

Methods in org.apache.whirr.command that return ClusterController
protected  ClusterController AbstractClusterCommand.createClusterController(String serviceName)
          Create the specified service
 

Methods in org.apache.whirr.command with parameters of type ClusterController
protected  Cluster AbstractClusterCommand.getCluster(ClusterSpec clusterSpec, ClusterController controller)
          Get the cluster instance together with NodeMetadata (through API calls)
 



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