| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComputeMetadata in org.jclouds.compute | 
|---|
| Methods in org.jclouds.compute that return types with arguments of type ComputeMetadata | |
|---|---|
 Set<? extends ComputeMetadata> | 
ComputeService.listNodes()
all nodes available to the current user by id.  | 
| Method parameters in org.jclouds.compute with type arguments of type ComputeMetadata | |
|---|---|
 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.  | 
| Uses of ComputeMetadata in org.jclouds.compute.config | 
|---|
| Methods in org.jclouds.compute.config that return types with arguments of type ComputeMetadata | |
|---|---|
protected  com.google.common.base.Function<ComputeMetadata,String> | 
BaseComputeServiceContextModule.indexer()
 | 
| Uses of ComputeMetadata in org.jclouds.compute.domain | 
|---|
| Subinterfaces of ComputeMetadata in org.jclouds.compute.domain | |
|---|---|
 interface | 
Hardware
Size of a node.  | 
 interface | 
Image
Running Operating system  | 
 interface | 
NodeMetadata
 | 
| Methods in org.jclouds.compute.domain that return ComputeMetadata | |
|---|---|
 ComputeMetadata | 
ComputeMetadataBuilder.build()
 | 
| Methods in org.jclouds.compute.domain with parameters of type ComputeMetadata | |
|---|---|
static ComputeMetadataBuilder | 
ComputeMetadataBuilder.fromComputeMetadata(ComputeMetadata in)
 | 
| Uses of ComputeMetadata in org.jclouds.compute.domain.internal | 
|---|
| Classes in org.jclouds.compute.domain.internal that implement ComputeMetadata | |
|---|---|
 class | 
ComputeMetadataImpl
 | 
 class | 
HardwareImpl
 | 
 class | 
ImageImpl
 | 
 class | 
NodeMetadataImpl
 | 
| Uses of ComputeMetadata in org.jclouds.compute.internal | 
|---|
| Methods in org.jclouds.compute.internal that return types with arguments of type ComputeMetadata | |
|---|---|
 Set<ComputeMetadata> | 
BaseComputeService.listNodes()
all nodes available to the current user by id.  | 
| Method parameters in org.jclouds.compute.internal with type arguments of type ComputeMetadata | |
|---|---|
 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.  | 
| Uses of ComputeMetadata in org.jclouds.compute.predicates | 
|---|
| Methods in org.jclouds.compute.predicates with type parameters of type ComputeMetadata | ||
|---|---|---|
static
 | 
NodePredicates.withIds(String... ids)
Return nodes with the specific ids Note: returns all nodes, regardless of the state.  | 
|
| Methods in org.jclouds.compute.predicates that return types with arguments of type ComputeMetadata | |
|---|---|
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.  | 
| Uses of ComputeMetadata in org.jclouds.compute.strategy | 
|---|
| Methods in org.jclouds.compute.strategy that return types with arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends ComputeMetadata> | 
ListNodesStrategy.listNodes()
 | 
| Method parameters in org.jclouds.compute.strategy with type arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends NodeMetadata> | 
ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
 | 
| Uses of ComputeMetadata in org.jclouds.compute.strategy.impl | 
|---|
| Methods in org.jclouds.compute.strategy.impl that return types with arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends ComputeMetadata> | 
AdaptingComputeServiceStrategies.listNodes()
 | 
| Method parameters in org.jclouds.compute.strategy.impl with type arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends NodeMetadata> | 
AdaptingComputeServiceStrategies.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
 | 
| Uses of ComputeMetadata in org.jclouds.compute.util | 
|---|
| Methods in org.jclouds.compute.util that return types with arguments of type ComputeMetadata | |
|---|---|
static Iterable<? extends ComputeMetadata> | 
ComputeServiceUtils.filterByName(Iterable<? extends ComputeMetadata> nodes,
             String name)
 | 
| Method parameters in org.jclouds.compute.util with type arguments of type ComputeMetadata | |
|---|---|
static Iterable<? extends ComputeMetadata> | 
ComputeServiceUtils.filterByName(Iterable<? extends ComputeMetadata> nodes,
             String name)
 | 
| Uses of ComputeMetadata in org.jclouds.ec2.compute.strategy | 
|---|
| Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type ComputeMetadata | |
|---|---|
 Set<? extends ComputeMetadata> | 
EC2ListNodesStrategy.listNodes()
 | 
| Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type ComputeMetadata | |
|---|---|
 Set<? extends NodeMetadata> | 
EC2ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
 | 
| Uses of ComputeMetadata in org.jclouds.glesys.reference | 
|---|
| Methods in org.jclouds.glesys.reference with parameters of type ComputeMetadata | |
|---|---|
static String | 
GleSYSConstants.getPlatform(ComputeMetadata jcloudsObject)
 | 
| Uses of ComputeMetadata in org.jclouds.rimuhosting.miro.compute.strategy | 
|---|
| Methods in org.jclouds.rimuhosting.miro.compute.strategy that return types with arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends ComputeMetadata> | 
RimuHostingListNodesStrategy.listNodes()
 | 
| Method parameters in org.jclouds.rimuhosting.miro.compute.strategy with type arguments of type ComputeMetadata | |
|---|---|
 Iterable<? extends NodeMetadata> | 
RimuHostingListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
 | 
| Uses of ComputeMetadata in org.jclouds.trmk.vcloud_0_8.compute.strategy | 
|---|
| Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy that return types with arguments of type ComputeMetadata | |
|---|---|
 Iterable<ComputeMetadata> | 
TerremarkVCloudListNodesStrategy.listNodes()
 | 
| Method parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type ComputeMetadata | |
|---|---|
 Iterable<NodeMetadata> | 
TerremarkVCloudListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||