Uses of Class
org.apache.whirr.ClusterControllerFactory

Packages that use ClusterControllerFactory
org.apache.whirr The Whirr client API. 
org.apache.whirr.cli.command   
org.apache.whirr.command   
org.apache.whirr.karaf.command.support   
 

Uses of ClusterControllerFactory in org.apache.whirr
 

Subclasses of ClusterControllerFactory in org.apache.whirr
 class DynamicClusterControllerFactory
          A Dynamic Controller Factory.
 

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

Constructors in org.apache.whirr.cli.command with parameters of type ClusterControllerFactory
CleanupClusterCommand(ClusterControllerFactory factory)
           
CleanupClusterCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
ConfigureServicesCommand(ClusterControllerFactory factory)
           
ConfigureServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
DestroyClusterCommand(ClusterControllerFactory factory)
           
DestroyInstanceCommand(ClusterControllerFactory factory)
           
LaunchClusterCommand(ClusterControllerFactory factory)
           
ListClusterCommand(ClusterControllerFactory factory)
           
ListClusterCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
ListProvidersCommand(ClusterControllerFactory factory)
           
RestartServicesCommand(ClusterControllerFactory factory)
           
RestartServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RoleLifecycleCommand(String name, String description, ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RunScriptCommand(ClusterControllerFactory factory)
           
RunScriptCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
StartServicesCommand(ClusterControllerFactory factory)
           
StartServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
StopServicesCommand(ClusterControllerFactory factory)
           
StopServicesCommand(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)
           
 

Uses of ClusterControllerFactory in org.apache.whirr.karaf.command.support
 

Fields in org.apache.whirr.karaf.command.support declared as ClusterControllerFactory
protected  ClusterControllerFactory WhirrCommandSupport.clusterControllerFactory
           
 

Methods in org.apache.whirr.karaf.command.support that return ClusterControllerFactory
 ClusterControllerFactory WhirrCommandSupport.getClusterControllerFactory()
           
 

Methods in org.apache.whirr.karaf.command.support with parameters of type ClusterControllerFactory
 void WhirrCommandSupport.setClusterControllerFactory(ClusterControllerFactory clusterControllerFactory)
           
 



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