Modifier and Type | Method and Description |
---|---|
Set<? extends ComputeMetadata> |
ComputeService.listNodes() |
Modifier and Type | Method and Description |
---|---|
Set<? extends NodeMetadata> |
ComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
get all nodes including details such as image and ip addresses even if it incurs extra
requests to the service.
|
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 | 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<ComputeMetadata> |
BaseComputeService.listNodes() |
Modifier and Type | Method and Description |
---|---|
Set<? extends NodeMetadata> |
BaseComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
get all nodes including details such as image and ip addresses even if it incurs extra
requests to the service.
|
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 NodeMetadata> |
ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends ComputeMetadata> |
AdaptingComputeServiceStrategies.listNodes() |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends NodeMetadata> |
AdaptingComputeServiceStrategies.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter) |
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 |
---|---|
Set<? extends NodeMetadata> |
EC2ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter) |
Modifier and Type | Method and Description |
---|---|
static String |
GleSYSConstants.getPlatform(ComputeMetadata jcloudsObject) |
Modifier and Type | Method and Description |
---|---|
<T extends ComputeMetadata> |
ServerInZoneToNodeMetadata.findObjectOfTypeForServerOrNull(Set<? extends T> supply,
String type,
String objectId,
ZoneAndId serverInZone) |
Modifier and Type | Method and Description |
---|---|
Iterable<ComputeMetadata> |
TerremarkVCloudListNodesStrategy.listNodes() |
Modifier and Type | Method and Description |
---|---|
Iterable<NodeMetadata> |
TerremarkVCloudListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter) |
Copyright © 2009-2013 jclouds. All Rights Reserved.