Uses of Class
org.apache.whirr.ClusterController

Packages that use ClusterController
org.apache.whirr The Whirr client API. 
org.apache.whirr.cli.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 ClusterControllerFactory.create(String serviceName)
          Create an instance of a ClusterController according to the given name.
 

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

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



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