Uses of Interface
org.jclouds.compute.strategy.GetNodeMetadataStrategy

Packages that use GetNodeMetadataStrategy
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.cloudservers.compute.config   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.strategy   
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.config   
org.jclouds.gogrid.compute.strategy   
org.jclouds.openstack.nova.compute.config   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.rimuhosting.miro.compute.config   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.slicehost.compute.config   
org.jclouds.slicehost.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute   
org.jclouds.trmk.vcloud_0_8.compute.config   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.vcloud.compute.config   
org.jclouds.vcloud.compute.strategy   
 

Uses of GetNodeMetadataStrategy in org.jclouds.aws.ec2.compute
 

Constructors in org.jclouds.aws.ec2.compute with parameters of type GetNodeMetadataStrategy
AWSEC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap, com.google.common.cache.Cache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.aws.ec2.compute.strategy
 

Classes in org.jclouds.aws.ec2.compute.strategy that implement GetNodeMetadataStrategy
 class AWSEC2GetNodeMetadataStrategy
           
 

Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type GetNodeMetadataStrategy
AWSEC2DestroyNodeStrategy(AWSEC2Client client, GetNodeMetadataStrategy getNode, Map<String,Credentials> credentialStore)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.cloudservers.compute.config
 

Methods in org.jclouds.cloudservers.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> CloudServersBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

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

Classes in org.jclouds.cloudservers.compute.strategy that implement GetNodeMetadataStrategy
 class CloudServersGetNodeMetadataStrategy
           
 

Constructors in org.jclouds.cloudservers.compute.strategy with parameters of type GetNodeMetadataStrategy
CloudServersDestroyNodeStrategy(CloudServersClient client, GetNodeMetadataStrategy getNode)
           
CloudServersLifeCycleStrategy(CloudServersClient client, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config that return GetNodeMetadataStrategy
protected  GetNodeMetadataStrategy ComputeServiceAdapterContextModule.defineGetNodeMetadataStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in)
           
 

Methods in org.jclouds.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected abstract  Class<? extends GetNodeMetadataStrategy> BindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Method parameters in org.jclouds.compute.config with type arguments of type GetNodeMetadataStrategy
protected  void BindComputeStrategiesByClass.bindGetNodeMetadataStrategy(Class<? extends GetNodeMetadataStrategy> clazz)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.internal
 

Constructors in org.jclouds.compute.internal with parameters of type GetNodeMetadataStrategy
BaseComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.strategy
 

Constructors in org.jclouds.compute.strategy with parameters of type GetNodeMetadataStrategy
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, NodeMetadata node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.strategy.impl
 

Classes in org.jclouds.compute.strategy.impl that implement GetNodeMetadataStrategy
 class AdaptingComputeServiceStrategies<N,H,I,L>
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.ec2.compute
 

Constructors in org.jclouds.ec2.compute with parameters of type GetNodeMetadataStrategy
EC2ComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> EC2BindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.ec2.compute.strategy
 

Classes in org.jclouds.ec2.compute.strategy that implement GetNodeMetadataStrategy
 class EC2GetNodeMetadataStrategy
           
 

Fields in org.jclouds.ec2.compute.strategy declared as GetNodeMetadataStrategy
protected  GetNodeMetadataStrategy EC2DestroyNodeStrategy.getNode
           
 

Constructors in org.jclouds.ec2.compute.strategy with parameters of type GetNodeMetadataStrategy
EC2DestroyNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
EC2RebootNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
EC2ResumeNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
EC2SuspendNodeStrategy(EC2Client client, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.gogrid.compute
 

Constructors in org.jclouds.gogrid.compute with parameters of type GetNodeMetadataStrategy
GoGridComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.gogrid.compute.config
 

Methods in org.jclouds.gogrid.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> GoGridBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.gogrid.compute.strategy
 

Classes in org.jclouds.gogrid.compute.strategy that implement GetNodeMetadataStrategy
 class GoGridGetNodeMetadataStrategy
           
 

Constructors in org.jclouds.gogrid.compute.strategy with parameters of type GetNodeMetadataStrategy
GoGridDestroyNodeStrategy(GoGridClient client, GetNodeMetadataStrategy getNode)
           
GoGridLifeCycleStrategy(GoGridClient client, GetNodeMetadataStrategy getNode, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.openstack.nova.compute.config
 

Methods in org.jclouds.openstack.nova.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> NovaBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

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

Classes in org.jclouds.openstack.nova.compute.strategy that implement GetNodeMetadataStrategy
 class NovaGetNodeMetadataStrategy
           
 

Constructors in org.jclouds.openstack.nova.compute.strategy with parameters of type GetNodeMetadataStrategy
NovaDestroyNodeStrategy(NovaClient client, GetNodeMetadataStrategy getNode)
           
NovaLifeCycleStrategy(NovaClient client, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.rimuhosting.miro.compute.config
 

Methods in org.jclouds.rimuhosting.miro.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> RimuHostingBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.rimuhosting.miro.compute.strategy
 

Classes in org.jclouds.rimuhosting.miro.compute.strategy that implement GetNodeMetadataStrategy
 class RimuHostingGetNodeMetadataStrategy
           
 

Constructors in org.jclouds.rimuhosting.miro.compute.strategy with parameters of type GetNodeMetadataStrategy
RimuHostingDestroyNodeStrategy(RimuHostingClient client, GetNodeMetadataStrategy getNode)
           
RimuHostingLifeCycleStrategy(RimuHostingClient client, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.slicehost.compute.config
 

Methods in org.jclouds.slicehost.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> SlicehostBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.slicehost.compute.strategy
 

Classes in org.jclouds.slicehost.compute.strategy that implement GetNodeMetadataStrategy
 class SlicehostGetNodeMetadataStrategy
           
 

Constructors in org.jclouds.slicehost.compute.strategy with parameters of type GetNodeMetadataStrategy
SlicehostDestroyNodeStrategy(SlicehostClient client, GetNodeMetadataStrategy getNode)
           
SlicehostLifeCycleStrategy(SlicehostClient client, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.trmk.vcloud_0_8.compute
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute with parameters of type GetNodeMetadataStrategy
TerremarkVCloudComputeService(ComputeServiceContext context, Map<String,Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, javax.inject.Provider<TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<NodeMetadata> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, CleanupOrphanKeys cleanupOrphanKeys, ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap, NodeMetadataToOrgAndName nodeToOrgAndName)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.trmk.vcloud_0_8.compute.config
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> TerremarkBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Classes in org.jclouds.trmk.vcloud_0_8.compute.strategy that implement GetNodeMetadataStrategy
 class TerremarkVCloudGetNodeMetadataStrategy
           
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.strategy declared as GetNodeMetadataStrategy
protected  GetNodeMetadataStrategy TerremarkVCloudLifeCycleStrategy.getNode
           
protected  GetNodeMetadataStrategy TerremarkVCloudDestroyNodeStrategy.getNode
           
 

Constructors in org.jclouds.trmk.vcloud_0_8.compute.strategy with parameters of type GetNodeMetadataStrategy
TerremarkVCloudDestroyNodeStrategy(TerremarkVCloudComputeClient computeClient, GetNodeMetadataStrategy getNode)
           
TerremarkVCloudLifeCycleStrategy(TerremarkVCloudClient client, com.google.common.base.Predicate<URI> taskTester, GetNodeMetadataStrategy getNode)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.vcloud.compute.config
 

Methods in org.jclouds.vcloud.compute.config that return types with arguments of type GetNodeMetadataStrategy
protected  Class<? extends GetNodeMetadataStrategy> VCloudBindComputeStrategiesByClass.defineGetNodeMetadataStrategy()
           
 

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

Classes in org.jclouds.vcloud.compute.strategy that implement GetNodeMetadataStrategy
 class VCloudGetNodeMetadataStrategy
           
 

Fields in org.jclouds.vcloud.compute.strategy declared as GetNodeMetadataStrategy
protected  GetNodeMetadataStrategy InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.getNode
           
protected  GetNodeMetadataStrategy VCloudDestroyNodeStrategy.getNode
           
protected  GetNodeMetadataStrategy VCloudLifeCycleStrategy.getNode
           
 

Constructors in org.jclouds.vcloud.compute.strategy with parameters of type GetNodeMetadataStrategy
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn(com.google.common.base.Predicate<URI> successTester, VCloudClient client, GetNodeMetadataStrategy getNode)
           
VCloudDestroyNodeStrategy(com.google.common.base.Predicate<URI> successTester, VCloudClient client, GetNodeMetadataStrategy getNode)
           
VCloudLifeCycleStrategy(VCloudClient client, com.google.common.base.Predicate<URI> taskTester, GetNodeMetadataStrategy getNode)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.