Uses of Interface
org.jclouds.compute.domain.ComputeMetadata

Packages that use ComputeMetadata
org.jclouds.cloudservers.compute.strategy   
org.jclouds.compute   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.util   
org.jclouds.ec2.compute.strategy   
org.jclouds.gogrid.compute.strategy   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.slicehost.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.vcloud.compute.strategy   
 

Uses of ComputeMetadata in org.jclouds.cloudservers.compute.strategy
 

Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type ComputeMetadata
 Iterable<? extends ComputeMetadata> CloudServersListNodesStrategy.listNodes()
           
 

Method parameters in org.jclouds.cloudservers.compute.strategy with type arguments of type ComputeMetadata
 Iterable<? extends NodeMetadata> CloudServersListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 

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
<T extends ComputeMetadata>
com.google.common.base.Predicate<T>
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.gogrid.compute.strategy
 

Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ComputeMetadata
 Iterable<? extends ComputeMetadata> GoGridListNodesStrategy.listNodes()
           
 

Method parameters in org.jclouds.gogrid.compute.strategy with type arguments of type ComputeMetadata
 Iterable<? extends NodeMetadata> GoGridListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 

Uses of ComputeMetadata in org.jclouds.openstack.nova.compute.strategy
 

Methods in org.jclouds.openstack.nova.compute.strategy that return types with arguments of type ComputeMetadata
 Iterable<? extends ComputeMetadata> NovaListNodesStrategy.listNodes()
           
 

Method parameters in org.jclouds.openstack.nova.compute.strategy with type arguments of type ComputeMetadata
 Iterable<? extends NodeMetadata> NovaListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 

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.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type ComputeMetadata
 Iterable<? extends ComputeMetadata> SlicehostListNodesStrategy.listNodes()
           
 

Method parameters in org.jclouds.slicehost.compute.strategy with type arguments of type ComputeMetadata
 Iterable<? extends NodeMetadata> SlicehostListNodesStrategy.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)
           
 

Uses of ComputeMetadata in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type ComputeMetadata
 Iterable<ComputeMetadata> VCloudListNodesStrategy.listNodes()
           
 

Method parameters in org.jclouds.vcloud.compute.strategy with type arguments of type ComputeMetadata
 Iterable<NodeMetadata> VCloudListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.