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

Packages that use ClusterSpec
org.apache.whirr.cli.command   
org.apache.whirr.service   
org.apache.whirr.service.cassandra   
org.apache.whirr.service.hadoop   
org.apache.whirr.service.jclouds   
org.apache.whirr.service.zookeeper   
 

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

Methods in org.apache.whirr.cli.command that return ClusterSpec
protected  ClusterSpec AbstractClusterSpecCommand.getClusterSpec(joptsimple.OptionSet optionSet)
           
 

Uses of ClusterSpec in org.apache.whirr.service
 

Methods in org.apache.whirr.service with parameters of type ClusterSpec
static org.jclouds.compute.ComputeServiceContext ComputeServiceContextBuilder.build(ClusterSpec spec)
           
 void Service.destroyCluster(ClusterSpec clusterSpec)
          Stop the cluster and destroy all resources associated with it.
 Set<? extends org.jclouds.compute.domain.NodeMetadata> Service.getNodes(ClusterSpec clusterSpec)
           
abstract  Cluster Service.launchCluster(ClusterSpec clusterSpec)
          Start the cluster described by clusterSpec and block until the cluster is available.
 

Uses of ClusterSpec in org.apache.whirr.service.cassandra
 

Methods in org.apache.whirr.service.cassandra with parameters of type ClusterSpec
 Cluster CassandraService.launchCluster(ClusterSpec clusterSpec)
           
 

Uses of ClusterSpec in org.apache.whirr.service.hadoop
 

Methods in org.apache.whirr.service.hadoop with parameters of type ClusterSpec
 void HadoopTemplateBuilderStrategy.configureTemplateBuilder(ClusterSpec clusterSpec, org.jclouds.compute.domain.TemplateBuilder templateBuilder)
           
 HadoopCluster HadoopService.launchCluster(ClusterSpec clusterSpec)
           
 

Constructors in org.apache.whirr.service.hadoop with parameters of type ClusterSpec
HadoopProxy(ClusterSpec clusterSpec, HadoopCluster cluster)
           
 

Uses of ClusterSpec in org.apache.whirr.service.jclouds
 

Methods in org.apache.whirr.service.jclouds with parameters of type ClusterSpec
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, org.jclouds.compute.domain.NodeMetadata node, ClusterSpec clusterSpec, int... ports)
           
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, org.jclouds.compute.domain.NodeMetadata node, ClusterSpec clusterSpec, String ip, int... ports)
           
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<? extends org.jclouds.compute.domain.NodeMetadata> nodes, ClusterSpec clusterSpec, int... ports)
           
 void TemplateBuilderStrategy.configureTemplateBuilder(ClusterSpec clusterSpec, org.jclouds.compute.domain.TemplateBuilder templateBuilder)
           
 

Uses of ClusterSpec in org.apache.whirr.service.zookeeper
 

Methods in org.apache.whirr.service.zookeeper with parameters of type ClusterSpec
 ZooKeeperCluster ZooKeeperService.launchCluster(ClusterSpec clusterSpec)
           
 



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