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

Packages that use GetNodeMetadataStrategy
org.jclouds.compute.config   
org.jclouds.compute.internal   
org.jclouds.compute.predicates   
org.jclouds.compute.predicates.internal   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
 

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,org.jclouds.domain.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 org.jclouds.domain.Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, 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<AtomicReference<NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeSuspended, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.predicates
 

Constructors in org.jclouds.compute.predicates with parameters of type GetNodeMetadataStrategy
AtomicNodeRunning(GetNodeMetadataStrategy client)
           
AtomicNodeSuspended(GetNodeMetadataStrategy client)
           
AtomicNodeTerminated(GetNodeMetadataStrategy client)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.predicates.internal
 

Constructors in org.jclouds.compute.predicates.internal with parameters of type GetNodeMetadataStrategy
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended, GetNodeMetadataStrategy client)
           
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended, Set<NodeMetadata.Status> invalids, GetNodeMetadataStrategy client)
           
 

Uses of GetNodeMetadataStrategy in org.jclouds.compute.strategy
 

Constructors in org.jclouds.compute.strategy with parameters of type GetNodeMetadataStrategy
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, com.google.common.base.Function<TemplateOptions,org.jclouds.scriptbuilder.domain.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>
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.