|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cluster.Instance | |
---|---|
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.service |
---|
Methods in org.apache.whirr.service that return Cluster.Instance | |
---|---|
Cluster.Instance |
Cluster.getInstanceMatching(com.google.common.base.Predicate<Cluster.Instance> predicate)
|
Methods in org.apache.whirr.service 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> |
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)
|
Method parameters in org.apache.whirr.service 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)
|
Constructor parameters in org.apache.whirr.service 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.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)
|
static void |
FirewallSettings.authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext,
Cluster.Instance instance,
ClusterSpec clusterSpec,
String ip,
int... ports)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |