| Package | Description |
|---|---|
| org.jclouds.compute | |
| org.jclouds.compute.config | |
| org.jclouds.compute.extensions.internal | |
| org.jclouds.compute.internal |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ImageExtension> |
ComputeService.getImageExtension()
Returns the
ImageExtension for this provider if it implements it. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ImageExtension> |
BaseComputeServiceContextModule.guiceProvideImageExtension(com.google.inject.Injector i) |
protected com.google.common.base.Optional<ImageExtension> |
BaseComputeServiceContextModule.provideImageExtension(com.google.inject.Injector i) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingImageExtension
Delegates to the provider specific
ImageExtension and takes care of
propagating the changes made to the images to the image cache. |
| Constructor and Description |
|---|
DelegatingImageExtension(ImageCacheSupplier imageCache,
ImageExtension delegate) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<ImageExtension> |
BaseComputeService.getImageExtension()
Returns the
ImageExtension for this provider if it implements it. |
| 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) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.