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

Packages that use ClusterStateStore
org.apache.whirr The Whirr client API. 
org.apache.whirr.command   
org.apache.whirr.state   
 

Uses of ClusterStateStore in org.apache.whirr
 

Methods in org.apache.whirr that return ClusterStateStore
 ClusterStateStore ClusterController.getClusterStateStore(ClusterSpec clusterSpec)
           
 

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.command
 

Methods in org.apache.whirr.command that return ClusterStateStore
protected  ClusterStateStore AbstractClusterCommand.createClusterStateStore(ClusterSpec spec)
          Create the cluster state store object
 

Uses of ClusterStateStore in org.apache.whirr.state
 

Subclasses of ClusterStateStore in org.apache.whirr.state
 class BlobClusterStateStore
           
 class FileClusterStateStore
          Stores/Reads cluster state from a local file (located at: "~/.whirr/cluster-name/instances")
 class MemoryClusterStateStore
          Memory only cluster state storage useful for testing
 

Methods in org.apache.whirr.state that return ClusterStateStore
 ClusterStateStore ClusterStateStoreFactory.create(ClusterSpec spec)
           
 



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