Uses of Class
org.apache.whirr.state.ClusterStateStoreFactory

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

Uses of ClusterStateStoreFactory in org.apache.whirr
 

Constructors in org.apache.whirr with parameters of type ClusterStateStoreFactory
ByonClusterController(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, ClusterStateStoreFactory stateStoreFactory)
           
ClusterController(com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute, ClusterStateStoreFactory stateStoreFactory)
           
 

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

Constructors in org.apache.whirr.cli.command with parameters of type ClusterStateStoreFactory
CleanupClusterCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
ConfigureServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
ListClusterCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RestartServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RoleLifecycleCommand(String name, String description, ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
RunScriptCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
StartServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
StopServicesCommand(ClusterControllerFactory factory, ClusterStateStoreFactory stateStoreFactory)
           
 

Uses of ClusterStateStoreFactory in org.apache.whirr.command
 

Fields in org.apache.whirr.command declared as ClusterStateStoreFactory
protected  ClusterStateStoreFactory AbstractClusterCommand.stateStoreFactory
           
 

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



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