| Package | Description |
|---|---|
| org.apache.whirr |
The Whirr client API.
|
| org.apache.whirr.command | |
| org.apache.whirr.state |
| Modifier and Type | Method and Description |
|---|---|
ClusterStateStore |
ClusterController.getClusterStateStore(ClusterSpec clusterSpec) |
| Modifier and Type | Method and Description |
|---|---|
Set<Cluster.Instance> |
ClusterController.getInstances(ClusterSpec spec,
ClusterStateStore stateStore) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterStateStore |
AbstractClusterCommand.createClusterStateStore(ClusterSpec spec)
Create the cluster state store object
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
ClusterStateStore |
ClusterStateStoreFactory.create(ClusterSpec spec) |
Copyright © 2010–2016 Cloudera. All rights reserved.