|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster | |
---|---|
org.apache.whirr | The Whirr client API. |
org.apache.whirr.actions |
A collection of ClusterAction implementations. |
org.apache.whirr.service | The Whirr Service API. |
org.apache.whirr.service.elasticsearch | |
org.apache.whirr.service.ganglia | |
org.apache.whirr.service.hadoop | |
org.apache.whirr.service.hama | |
org.apache.whirr.service.hbase | |
org.apache.whirr.service.zookeeper | |
org.apache.whirr.state | |
org.apache.whirr.util | Utility classes. |
Uses of Cluster in org.apache.whirr |
---|
Methods in org.apache.whirr that return Cluster | |
---|---|
static Cluster |
Cluster.empty()
|
abstract Cluster |
ClusterAction.execute(ClusterSpec clusterSpec,
Cluster cluster)
|
Cluster |
ClusterController.launchCluster(ClusterSpec clusterSpec)
Start the cluster described by clusterSpec and block until the
cluster is
available. |
Cluster |
ByonClusterController.launchCluster(ClusterSpec clusterSpec)
|
Methods in org.apache.whirr with parameters of type Cluster | |
---|---|
abstract Cluster |
ClusterAction.execute(ClusterSpec clusterSpec,
Cluster cluster)
|
Uses of Cluster in org.apache.whirr.actions |
---|
Methods in org.apache.whirr.actions that return Cluster | |
---|---|
Cluster |
ScriptBasedClusterAction.execute(ClusterSpec clusterSpec,
Cluster cluster)
|
Methods in org.apache.whirr.actions with parameters of type Cluster | |
---|---|
Cluster |
ScriptBasedClusterAction.execute(ClusterSpec clusterSpec,
Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service |
---|
Methods in org.apache.whirr.service that return Cluster | |
---|---|
Cluster |
ClusterActionEvent.getCluster()
|
Methods in org.apache.whirr.service with parameters of type Cluster | |
---|---|
void |
ClusterActionEvent.setCluster(Cluster cluster)
|
Constructors in org.apache.whirr.service with parameters of type Cluster | |
---|---|
ClusterActionEvent(String action,
ClusterSpec clusterSpec,
InstanceTemplate instanceTemplate,
Cluster cluster,
com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
FirewallManager firewallManager)
|
|
ClusterActionEvent(String action,
ClusterSpec clusterSpec,
InstanceTemplate instanceTemplate,
Cluster cluster,
StatementBuilder statementBuilder,
com.google.common.base.Function<ClusterSpec,org.jclouds.compute.ComputeServiceContext> getCompute,
FirewallManager firewallManager)
|
|
FirewallManager(org.jclouds.compute.ComputeServiceContext computeServiceContext,
ClusterSpec clusterSpec,
Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service.elasticsearch |
---|
Methods in org.apache.whirr.service.elasticsearch with parameters of type Cluster | |
---|---|
static org.jclouds.scriptbuilder.domain.Statement |
ElasticSearchConfigurationBuilder.build(String path,
ClusterSpec spec,
Cluster cluster)
|
static org.apache.commons.configuration.Configuration |
ElasticSearchConfigurationBuilder.buildConfig(ClusterSpec spec,
Cluster cluster)
Build a configuration by adding the expected defaults |
Uses of Cluster in org.apache.whirr.service.ganglia |
---|
Methods in org.apache.whirr.service.ganglia with parameters of type Cluster | |
---|---|
static String |
GangliaCluster.getHosts(Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service.hadoop |
---|
Methods in org.apache.whirr.service.hadoop with parameters of type Cluster | |
---|---|
static org.jclouds.scriptbuilder.domain.Statement |
HadoopConfigurationBuilder.buildCommon(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static org.jclouds.scriptbuilder.domain.Statement |
HadoopConfigurationBuilder.buildHadoopEnv(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static org.jclouds.scriptbuilder.domain.Statement |
HadoopConfigurationBuilder.buildHdfs(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static org.jclouds.scriptbuilder.domain.Statement |
HadoopConfigurationBuilder.buildMapReduce(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static InetAddress |
HadoopCluster.getJobTrackerPrivateAddress(Cluster cluster)
|
static InetAddress |
HadoopCluster.getJobTrackerPublicAddress(Cluster cluster)
|
static InetAddress |
HadoopCluster.getNamenodePrivateAddress(Cluster cluster)
|
static InetAddress |
HadoopCluster.getNamenodePublicAddress(Cluster cluster)
|
Constructors in org.apache.whirr.service.hadoop with parameters of type Cluster | |
---|---|
HadoopProxy(ClusterSpec clusterSpec,
Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service.hama |
---|
Methods in org.apache.whirr.service.hama with parameters of type Cluster | |
---|---|
static InetAddress |
HamaCluster.getMasterPublicAddress(Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service.hbase |
---|
Methods in org.apache.whirr.service.hbase with parameters of type Cluster | |
---|---|
static org.jclouds.scriptbuilder.domain.Statement |
HBaseConfigurationBuilder.buildHBaseEnv(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static org.jclouds.scriptbuilder.domain.Statement |
HBaseConfigurationBuilder.buildHBaseSite(String path,
ClusterSpec clusterSpec,
Cluster cluster)
|
static InetAddress |
HBaseCluster.getMasterPublicAddress(Cluster cluster)
|
Uses of Cluster in org.apache.whirr.service.zookeeper |
---|
Methods in org.apache.whirr.service.zookeeper with parameters of type Cluster | |
---|---|
static String |
ZooKeeperCluster.getHosts(Cluster cluster)
|
Uses of Cluster in org.apache.whirr.state |
---|
Methods in org.apache.whirr.state that return Cluster | |
---|---|
Cluster |
MemoryClusterStateStore.load()
|
Cluster |
FileClusterStateStore.load()
|
abstract Cluster |
ClusterStateStore.load()
Deserializes cluster state from storage. |
Cluster |
BlobClusterStateStore.load()
|
Cluster |
ClusterStateStore.tryLoadOrEmpty()
Try to load the cluster state or return an empty instance |
protected Cluster |
ClusterStateStore.unserialize(ClusterSpec spec,
String content)
Rebuild the Cluster instance by using the string representation |
Methods in org.apache.whirr.state with parameters of type Cluster | |
---|---|
void |
MemoryClusterStateStore.save(Cluster cluster)
|
void |
FileClusterStateStore.save(Cluster cluster)
|
abstract void |
ClusterStateStore.save(Cluster cluster)
Saves cluster state to storage. |
void |
BlobClusterStateStore.save(Cluster cluster)
|
protected String |
ClusterStateStore.serialize(Cluster cluster)
Create parser friendly string representation for a Cluster |
Uses of Cluster in org.apache.whirr.util |
---|
Methods in org.apache.whirr.util with parameters of type Cluster | |
---|---|
static void |
WhirrUtils.printAccess(PrintStream out,
ClusterSpec clusterSpec,
Cluster cluster,
int maxPrint)
Prints ssh commands that can be used to login into the nodes |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |