Modifier and Type | Method and Description |
---|---|
Set<? extends ComputeMetadata> |
ComputeService.listNodes() |
Set<? extends ComputeMetadata> |
ComputeService.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<ComputeMetadata,String> |
BaseComputeServiceContextModule.indexer() |
Modifier and Type | Interface and Description |
---|---|
interface |
ComputeMetadataIncludingStatus<S extends Enum<S>> |
interface |
Hardware
Size of a node.
|
interface |
Image
Running Operating system
|
interface |
NodeMetadata |
Modifier and Type | Class and Description |
---|---|
class |
SecurityGroup
Describes a security group containing a set of @{link IpPermission}s
|
Modifier and Type | Method and Description |
---|---|
ComputeMetadata |
ComputeMetadataBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static ComputeMetadataBuilder |
ComputeMetadataBuilder.fromComputeMetadata(ComputeMetadata in) |
Modifier and Type | Class and Description |
---|---|
class |
ComputeMetadataImpl |
class |
HardwareImpl |
class |
ImageImpl |
class |
NodeMetadataImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
NullEqualToIsParentOrIsGrandparentOfCurrentLocation.apply(ComputeMetadata input) |
Modifier and Type | Method and Description |
---|---|
Set<? extends ComputeMetadata> |
BaseComputeService.listNodes() |
Modifier and Type | Method and Description |
---|---|
static <T extends ComputeMetadata> |
NodePredicates.withIds(String... ids)
Return nodes with the specific ids Note: returns all nodes, regardless of the state.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<ComputeMetadata> |
NodePredicates.all()
return everything.
|
static com.google.common.base.Predicate<ComputeMetadata> |
NodePredicates.locationId(String id)
Return nodes in the specified location.
|
static com.google.common.base.Predicate<ComputeMetadata> |
NodePredicates.parentLocationId(String id)
Return nodes in the specified parent location.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ComputeMetadata> |
ListNodesStrategy.listNodes() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ComputeMetadata> |
AdaptingComputeServiceStrategies.listNodes() |
Modifier and Type | Method and Description |
---|---|
static Iterable<? extends ComputeMetadata> |
ComputeServiceUtils.filterByName(Iterable<? extends ComputeMetadata> nodes,
String name) |
Modifier and Type | Method and Description |
---|---|
static Iterable<? extends ComputeMetadata> |
ComputeServiceUtils.filterByName(Iterable<? extends ComputeMetadata> nodes,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<? extends ComputeMetadata> |
EC2ListNodesStrategy.listNodes() |
Modifier and Type | Method and Description |
---|---|
static String |
GleSYSConstants.getPlatform(ComputeMetadata jcloudsObject) |
Modifier and Type | Method and Description |
---|---|
<T extends ComputeMetadata> |
ServerInRegionToNodeMetadata.findObjectOfTypeForServerOrNull(Set<? extends T> supply,
String type,
String objectId,
RegionAndId serverInRegion) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.