| Modifier and Type | Method and Description |
|---|---|
protected GetImageStrategy |
ComputeServiceAdapterContextModule.defineGetImageStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends GetImageStrategy> |
BindComputeStrategiesByClass.defineGetImageStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BindComputeStrategiesByClass.bindGetImageStrategy(Class<? extends GetImageStrategy> clazz) |
protected com.google.common.base.Supplier<Set<? extends Image>> |
BaseComputeServiceContextModule.supplyImageCache(AtomicReference<org.jclouds.rest.AuthorizationException> authException,
long seconds,
com.google.common.base.Supplier<Set<? extends Image>> imageSupplier,
com.google.inject.Provider<GetImageStrategy> imageLoader,
com.google.inject.Injector injector) |
| 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 |
|---|
AtomicImageAvailable(GetImageStrategy client) |
AtomicImageDeleted(GetImageStrategy client) |
| Constructor and Description |
|---|
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
GetImageStrategy client) |
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid(Image.Status intended,
Set<Image.Status> invalids,
GetImageStrategy client) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdaptingComputeServiceStrategies<N,H,I,L> |
| Constructor and Description |
|---|
ImageCacheSupplier(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier,
long sessionIntervalSeconds,
AtomicReference<org.jclouds.rest.AuthorizationException> authException,
com.google.inject.Provider<GetImageStrategy> imageLoader) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.