|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetNodeMetadataStrategy | |
---|---|
org.jclouds.compute.config | |
org.jclouds.compute.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,
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,
org.jclouds.scriptbuilder.functions.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,org.jclouds.scriptbuilder.domain.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,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>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |