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

Packages that use Cluster.Instance
org.apache.whirr The Whirr client API. 
org.apache.whirr.service The Whirr Service API. 
org.apache.whirr.service.cassandra   
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.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
 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.jclouds
 

Methods in org.apache.whirr.service.jclouds with parameters of type Cluster.Instance
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Cluster.Instance instance, ClusterSpec clusterSpec, int... ports)
          Deprecated.  
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Cluster.Instance instance, ClusterSpec clusterSpec, String ip, int... ports)
          Deprecated.  
 

Method parameters in org.apache.whirr.service.jclouds with type arguments of type Cluster.Instance
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<Cluster.Instance> instances, ClusterSpec clusterSpec, int... ports)
          Deprecated.  
static void FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<Cluster.Instance> instances, ClusterSpec clusterSpec, List<String> cidrs, int... ports)
          Deprecated.  
 



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