Uses of Class
org.apache.whirr.ClusterControllerFactory

Packages that use ClusterControllerFactory
org.apache.whirr.cli.command   
org.apache.whirr.command   
 

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

Constructors in org.apache.whirr.cli.command with parameters of type ClusterControllerFactory
DestroyClusterCommand(ClusterControllerFactory factory)
           
DestroyInstanceCommand(ClusterControllerFactory factory)
           
LaunchClusterCommand(ClusterControllerFactory factory)
           
ListClusterCommand(ClusterControllerFactory factory)
           
ListClusterCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RunScriptCommand(ClusterControllerFactory factory)
           
RunScriptCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
 

Uses of ClusterControllerFactory in org.apache.whirr.command
 

Fields in org.apache.whirr.command declared as ClusterControllerFactory
protected  ClusterControllerFactory AbstractClusterCommand.factory
           
 

Constructors in org.apache.whirr.command with parameters of type ClusterControllerFactory
AbstractClusterCommand(String name, String description, ClusterControllerFactory factory)
           
AbstractClusterCommand(String name, String description, ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
 



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