| Modifier and Type | Method and Description |
|---|---|
protected GetNodeMetadataStrategy |
ComputeServiceAdapterContextModule.defineGetNodeMetadataStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends GetNodeMetadataStrategy> |
BindComputeStrategiesByClass.defineGetNodeMetadataStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BindComputeStrategiesByClass.bindGetNodeMetadataStrategy(Class<? extends GetNodeMetadataStrategy> clazz) |
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
AtomicNodeRunning(GetNodeMetadataStrategy client) |
AtomicNodeSuspended(GetNodeMetadataStrategy client) |
AtomicNodeTerminated(GetNodeMetadataStrategy client) |
| Constructor and Description |
|---|
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
GetNodeMetadataStrategy client) |
RefreshNodeAndDoubleCheckOnFailUnlessStatusInvalid(NodeMetadata.Status intended,
Set<NodeMetadata.Status> invalids,
GetNodeMetadataStrategy client) |
| Constructor and Description |
|---|
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Function<AtomicReference<NodeMetadata>,AtomicReference<NodeMetadata>> pollNodeRunning,
GetNodeMetadataStrategy getNode,
OpenSocketFinder openSocketFinder,
NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
TemplateOptions options,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptingComputeServiceStrategies<N,H,I,L> |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.