Uses of Class
org.apache.whirr.Cluster.Instance

Packages that use Cluster.Instance
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.cassandra   
org.apache.whirr.service.hadoop   
org.apache.whirr.service.jclouds jclouds-specific classes. 
 

Uses of Cluster.Instance in org.apache.whirr
 

Methods in org.apache.whirr that return Cluster.Instance
 Cluster.Instance Cluster.getInstanceMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
           
 

Methods in org.apache.whirr that return types with arguments of type Cluster.Instance
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.allRolesIn(Set<String> roles)
           
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.anyRoleIn(Set<String> roles)
           
 Set<Cluster.Instance> Cluster.getInstances()
           
 Set<Cluster.Instance> ClusterController.getInstances(ClusterSpec spec)
           
 Set<Cluster.Instance> ClusterController.getInstances(ClusterSpec spec, ClusterStateStore stateStore)
           
 Set<Cluster.Instance> Cluster.getInstancesMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
           
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.onlyRolesIn(Set<String> roles)
           
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.role(String role)
           
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.withIds(Set<String> ids)
           
static com.google.common.base.Predicate<Cluster.Instance> RolePredicates.withIds(String... ids)
           
 

Method parameters in org.apache.whirr with type arguments of type Cluster.Instance
 Cluster.Instance Cluster.getInstanceMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
           
 Set<Cluster.Instance> Cluster.getInstancesMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
           
 void Cluster.removeInstancesMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
           
 

Constructor parameters in org.apache.whirr with type arguments of type Cluster.Instance
Cluster(Set<Cluster.Instance> instances)
           
Cluster(Set<Cluster.Instance> instances, Properties configuration)
           
 

Uses of Cluster.Instance in org.apache.whirr.actions
 

Methods in org.apache.whirr.actions that return types with arguments of type Cluster.Instance
protected  com.google.common.base.Predicate<Cluster.Instance> ScriptBasedClusterAction.instanceIsNotInTarget()
           
 

Methods in org.apache.whirr.actions with parameters of type Cluster.Instance
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.compute.domain.ExecResponse> ScriptBasedClusterAction.runStatementOnInstanceInCluster(StatementBuilder statementBuilder, Cluster.Instance instance, ClusterSpec clusterSpec, org.jclouds.compute.options.RunScriptOptions options)
           
 

Uses of Cluster.Instance in org.apache.whirr.service
 

Methods in org.apache.whirr.service with parameters of type Cluster.Instance
 FirewallManager.Rule FirewallManager.Rule.destination(Cluster.Instance destination)
           
 

Method parameters in org.apache.whirr.service with type arguments of type Cluster.Instance
static void FirewallManager.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<Cluster.Instance> instances, ClusterSpec clusterSpec, List<String> cidrs, int... ports)
           
 FirewallManager.Rule FirewallManager.Rule.destination(com.google.common.base.Predicate<Cluster.Instance> destinationPredicate)
           
 FirewallManager.Rule FirewallManager.Rule.destination(Set<Cluster.Instance> destinations)
           
 

Uses of Cluster.Instance in org.apache.whirr.service.cassandra
 

Methods in org.apache.whirr.service.cassandra that return types with arguments of type Cluster.Instance
protected  List<Cluster.Instance> CassandraClusterActionHandler.getSeeds(Set<Cluster.Instance> instances)
          Pick a selection of the nodes that are to become seeds.
 

Method parameters in org.apache.whirr.service.cassandra with type arguments of type Cluster.Instance
protected  List<Cluster.Instance> CassandraClusterActionHandler.getSeeds(Set<Cluster.Instance> instances)
          Pick a selection of the nodes that are to become seeds.
 

Uses of Cluster.Instance in org.apache.whirr.service.hadoop
 

Methods in org.apache.whirr.service.hadoop with parameters of type Cluster.Instance
 Map<String,String> VolumeManager.getDeviceMappings(ClusterSpec clusterSpec, Cluster.Instance instance)
           
 

Uses of Cluster.Instance in org.apache.whirr.service.jclouds
 

Methods in org.apache.whirr.service.jclouds with parameters of type Cluster.Instance
 org.jclouds.scriptbuilder.domain.Statement StatementBuilder.build(ClusterSpec clusterSpec, Cluster.Instance instance)
           
 



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