Uses of Class
org.apache.whirr.service.ClusterStateStore

Packages that use ClusterStateStore
org.apache.whirr The Whirr client API. 
org.apache.whirr.cli.command   
org.apache.whirr.service The Whirr Service API. 
 

Uses of ClusterStateStore in org.apache.whirr
 

Methods in org.apache.whirr with parameters of type ClusterStateStore
 Set<Cluster.Instance> ClusterController.getInstances(ClusterSpec spec, ClusterStateStore stateStore)
           
 

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

Methods in org.apache.whirr.cli.command that return ClusterStateStore
protected  ClusterStateStore AbstractClusterSpecCommand.createClusterStateStore(ClusterSpec spec)
           
 

Uses of ClusterStateStore in org.apache.whirr.service
 

Subclasses of ClusterStateStore in org.apache.whirr.service
 class BlobClusterStateStore
           
 class FileClusterStateStore
          Stores/Reads cluster state from a local file (located at: "~/.whirr/cluster-name/instances")
 

Methods in org.apache.whirr.service that return ClusterStateStore
 ClusterStateStore ClusterStateStoreFactory.create(ClusterSpec spec)
           
 ClusterStateStore ClusterStateStoreFactory.create(ClusterSpec spec, org.apache.commons.configuration.Configuration conf)
           
 



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