Uses of Interface
org.jclouds.compute.domain.Image
Packages that use Image
Package
Description
-
Uses of Image in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type ImageModifierConstructorDescriptionprotected
AWSEC2ComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AWSEC2Api client, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, com.google.common.cache.LoadingCache<RegionAndName, String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type ImageModifier and TypeMethodDescriptionAWSEC2BindComputeSuppliersByClass.defineImageSupplier()
protected final com.google.common.base.Supplier
<com.google.common.cache.CacheLoader<RegionAndName, Image>> AWSEC2ComputeServiceContextModule.guiceProvideRegionAndNameToImageSupplierCacheLoader
(RegionAndIdToImage delegate) protected final com.google.common.base.Supplier
<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> AWSEC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache
(RegionAndNameToImageSupplier supplier) protected com.google.common.base.Supplier
<com.google.common.cache.CacheLoader<RegionAndName, Image>> AWSEC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCacheLoader
(RegionAndIdToImage delegate) AWSEC2ComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) Method parameters in org.jclouds.aws.ec2.compute.config with type arguments of type ImageModifier and TypeMethodDescriptionAWSEC2ComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) -
Uses of Image in org.jclouds.aws.ec2.compute.functions
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type ImageModifierConstructorDescriptionprotected
AWSRunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of Image in org.jclouds.aws.ec2.compute.suppliers
Methods in org.jclouds.aws.ec2.compute.suppliers that return types with arguments of type Image -
Uses of Image in org.jclouds.azurecompute.arm.compute
Constructor parameters in org.jclouds.azurecompute.arm.compute with type arguments of type ImageModifierConstructorDescriptionprotected
AzureComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.azurecompute.arm.compute.extensions
Methods in org.jclouds.azurecompute.arm.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> AzureComputeImageExtension.createImage
(ImageTemplate template) -
Uses of Image in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions that return ImageMethods in org.jclouds.azurecompute.arm.compute.functions that return types with arguments of type ImageModifier and TypeMethodDescriptionprotected com.google.common.base.Optional
<? extends Image> VirtualMachineToNodeMetadata.findImage
(StorageProfile storageProfile, String locatioName) Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type ImageModifier and TypeMethodDescriptionstatic Plan
VMImageToImage.createMarketplacePlanIfPresent
(Image image, AzureTemplateOptions templateOptions) In case that image is offered from Azure Marketplace then it requires to provide "Plan Information" (publisher/name/product) when creating VM from such an image. -
Uses of Image in org.jclouds.byon.internal
Methods in org.jclouds.byon.internal that return ImageMethods in org.jclouds.byon.internal that return types with arguments of type Image -
Uses of Image in org.jclouds.cloudstack.compute
Constructor parameters in org.jclouds.cloudstack.compute with type arguments of type ImageModifierConstructorDescriptionprotected
CloudStackComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CloudStackApi client, com.google.common.cache.LoadingCache<ZoneAndName, SecurityGroup> securityGroupMap, com.google.common.cache.LoadingCache<String, SshKeyPair> keyPairCache, com.google.common.base.Function<Set<? extends NodeMetadata>, com.google.common.collect.Multimap<String, String>> orphanedGroupsByZoneId, GroupNamingConvention.Factory namingConvention, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String, Zone>> zoneIdToZone, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.cloudstack.compute.extensions
Methods in org.jclouds.cloudstack.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> CloudStackImageExtension.createImage
(ImageTemplate template) Constructor parameters in org.jclouds.cloudstack.compute.extensions with type arguments of type ImageModifierConstructorDescriptionCloudStackImageExtension
(CloudStackApi client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.base.Predicate<String> jobComplete) -
Uses of Image in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return Image -
Uses of Image in org.jclouds.compute
Methods in org.jclouds.compute that return ImageModifier and TypeMethodDescriptionFind an image by its id.Methods in org.jclouds.compute that return types with arguments of type ImageModifier and TypeMethodDescriptionComputeService.listImages()
Images define the operating system and metadata related to a node.JCloudsNativeComputeServiceAdapter.listImages()
Images are the available configured operating systems that someone can run a node with. -
Uses of Image in org.jclouds.compute.config
Fields in org.jclouds.compute.config with type parameters of type ImageModifier and TypeFieldDescriptionprotected final Class
<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> JCloudsNativeComputeServiceAdapterContextModule.adapter
Methods in org.jclouds.compute.config that return ImageModifier and TypeMethodDescriptionMethods in org.jclouds.compute.config that return types with arguments of type ImageModifier and TypeMethodDescriptionBindComputeSuppliersByClass.defineImageSupplier()
protected final com.google.common.base.Predicate
<AtomicReference<Image>> ComputeServiceTimeoutsModule.imageAvailable
(AtomicImageAvailable statusAvailable, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period) BaseComputeServiceContextModule.provideImageMap
(com.google.common.base.Supplier<Set<? extends Image>> images) ComputeServiceAdapterContextModule.provideImages
(ComputeServiceAdapter<N, H, I, L> adapter, com.google.common.base.Function<I, Image> transformer, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage) protected final com.google.common.base.Predicate
<AtomicReference<Image>> ComputeServiceTimeoutsModule.serverDeleted
(AtomicImageDeleted statusDeleted, ComputeServiceConstants.Timeouts timeouts, ComputeServiceConstants.PollPeriod period) BaseComputeServiceContextModule.supplyImageCache
(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Provider<GetImageStrategy> imageLoader, com.google.inject.Injector injector) BaseComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) For overriding; default impl just returns the image supplier.Methods in org.jclouds.compute.config with parameters of type ImageModifier and TypeMethodDescriptionMethod parameters in org.jclouds.compute.config with type arguments of type ImageModifier and TypeMethodDescriptionprotected void
BindComputeSuppliersByClass.bindImageSupplier
(Class<? extends com.google.common.base.Supplier<Set<? extends Image>>> clazz) BaseComputeServiceContextModule.provideImageMap
(com.google.common.base.Supplier<Set<? extends Image>> images) ComputeServiceAdapterContextModule.provideImages
(ComputeServiceAdapter<N, H, I, L> adapter, com.google.common.base.Function<I, Image> transformer, ComputeServiceAdapterContextModule.AddDefaultCredentialsToImage addDefaultCredentialsToImage) BaseComputeServiceContextModule.supplyImageCache
(AtomicReference<AuthorizationException> authException, long seconds, com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Provider<GetImageStrategy> imageLoader, com.google.inject.Injector injector) BaseComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) For overriding; default impl just returns the image supplier.Constructor parameters in org.jclouds.compute.config with type arguments of type ImageModifierConstructorDescriptionJCloudsNativeComputeServiceAdapterContextModule
(Class<? extends ComputeServiceAdapter<NodeMetadata, Hardware, Image, Location>> adapter) -
Uses of Image in org.jclouds.compute.domain
Fields in org.jclouds.compute.domain with type parameters of type ImageModifier and TypeFieldDescriptionprotected com.google.common.base.Predicate
<Image> HardwareBuilder.supportsImage
Methods in org.jclouds.compute.domain that return ImageModifier and TypeMethodDescriptionImageBuilder.build()
Template.getImage()
Image that suits the requirements.Methods in org.jclouds.compute.domain that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.base.Predicate
<Image> Hardware.supportsImage()
Determines whether this size can run an image.Methods in org.jclouds.compute.domain with parameters of type ImageModifier and TypeMethodDescriptionstatic ImageBuilder
Configure this template to fuzzy-match on the image parameterMethod parameters in org.jclouds.compute.domain with type arguments of type ImageModifier and TypeMethodDescriptionTemplateBuilder.imageChooser
(com.google.common.base.Function<Iterable<? extends Image>, Image> imageChooser) Configure this template with a specific preference function which operates on images which match the other criteria.TemplateBuilder.imageChooser
(com.google.common.base.Function<Iterable<? extends Image>, Image> imageChooser) Configure this template with a specific preference function which operates on images which match the other criteria.TemplateBuilder.imageMatches
(com.google.common.base.Predicate<Image> condition) Configure this template to have an image that matches the supplied condition ex.HardwareBuilder.supportsImage
(com.google.common.base.Predicate<Image> supportsImage) -
Uses of Image in org.jclouds.compute.domain.internal
Classes in org.jclouds.compute.domain.internal that implement ImageFields in org.jclouds.compute.domain.internal with type parameters of type ImageModifier and TypeFieldDescriptionTemplateBuilderImpl.imageChooser
TemplateBuilderImpl.imageChooser
protected com.google.common.base.Predicate
<Image> TemplateBuilderImpl.imagePredicate
Methods in org.jclouds.compute.domain.internal that return ImageModifier and TypeMethodDescriptionTemplateImpl.getImage()
Image that suits the requirements.protected Image
TemplateBuilderImpl.resolveImage
(Hardware hardware, Iterable<? extends Image> supportedImages) Methods in org.jclouds.compute.domain.internal that return types with arguments of type ImageModifier and TypeMethodDescriptionTemplateBuilderImpl.getImages()
TemplateBuilderImpl.imageChooser()
TemplateBuilderImpl.imageChooser()
com.google.common.base.Predicate
<Image> HardwareImpl.supportsImage()
Determines whether this size can run an image.Methods in org.jclouds.compute.domain.internal with parameters of type ImageModifier and TypeMethodDescriptionConfigure this template to fuzzy-match on the image parameterMethod parameters in org.jclouds.compute.domain.internal with type arguments of type ImageModifier and TypeMethodDescriptionTemplateBuilderImpl.imageChooser
(com.google.common.base.Function<Iterable<? extends Image>, Image> imageChooser) Configure this template with a specific preference function which operates on images which match the other criteria.TemplateBuilderImpl.imageChooser
(com.google.common.base.Function<Iterable<? extends Image>, Image> imageChooser) Configure this template with a specific preference function which operates on images which match the other criteria.TemplateBuilderImpl.imageMatches
(com.google.common.base.Predicate<Image> condition) Configure this template to have an image that matches the supplied condition ex.protected Hardware
ArbitraryCpuRamTemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) protected Hardware
TemplateBuilderImpl.resolveHardware
(Set<? extends Hardware> hardwarel, Iterable<? extends Image> images) protected Image
TemplateBuilderImpl.resolveImage
(Hardware hardware, Iterable<? extends Image> supportedImages) protected NoSuchElementException
TemplateBuilderImpl.throwNoSuchElementExceptionAfterLoggingImageIds
(String message, Iterable<? extends Image> images) Constructors in org.jclouds.compute.domain.internal with parameters of type ImageModifierConstructorDescriptionTemplateImpl
(Image image, Hardware hardware, Location location, TemplateOptions options) Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type ImageModifierConstructorDescriptionHardwareImpl
(String providerId, String name, String id, Location location, URI uri, Map<String, String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage, String hypervisor, boolean deprecated) -
Uses of Image in org.jclouds.compute.extensions
Methods in org.jclouds.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> ImageExtension.createImage
(ImageTemplate template) Transform theImageTemplate
on anImage
that can be used to create nodes. -
Uses of Image in org.jclouds.compute.extensions.internal
Methods in org.jclouds.compute.extensions.internal that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> DelegatingImageExtension.createImage
(ImageTemplate template) -
Uses of Image in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return ImageModifier and TypeMethodDescriptionFind an image by its id.Methods in org.jclouds.compute.internal that return types with arguments of type ImageModifier and TypeMethodDescriptionBaseComputeService.listImages()
Images define the operating system and metadata related to a node.Constructor parameters in org.jclouds.compute.internal with type arguments of type ImageModifierConstructorDescriptionprotected
BaseComputeService
(ComputeServiceContext context, Map<String, 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 Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.compute.predicates
Methods in org.jclouds.compute.predicates that return ImageModifier and TypeMethodDescriptionprotected Image
AtomicImageDeleted.refreshOrNull
(Image resource) Methods in org.jclouds.compute.predicates that return types with arguments of type ImageModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> ImagePredicates.any()
return everything.static com.google.common.base.Predicate
<Image> evaluates true if the Imagestatic com.google.common.base.Predicate
<Image> evaluates true if the Image id is in the supplied setstatic com.google.common.base.Predicate
<Image> ImagePredicates.is64Bit()
return true if this is a 64bit image.static com.google.common.base.Predicate
<Image> ImagePredicates.userMetadataContains
(String key, String value) evaluates true if the Image metadata contains the following valuesMethods in org.jclouds.compute.predicates with parameters of type ImageModifier and TypeMethodDescriptionprotected Image
AtomicImageDeleted.refreshOrNull
(Image resource) -
Uses of Image in org.jclouds.compute.predicates.internal
Methods in org.jclouds.compute.predicates.internal that return ImageModifier and TypeMethodDescriptionprotected Image
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull
(Image resource) Methods in org.jclouds.compute.predicates.internal with parameters of type ImageModifier and TypeMethodDescriptionprotected Image
RefreshImageAndDoubleCheckOnFailUnlessStatusInvalid.refreshOrNull
(Image resource) -
Uses of Image in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return Image -
Uses of Image in org.jclouds.compute.strategy.impl
Methods in org.jclouds.compute.strategy.impl that return Image -
Uses of Image in org.jclouds.compute.stub.config
Methods in org.jclouds.compute.stub.config that return ImageMethods in org.jclouds.compute.stub.config that return types with arguments of type Image -
Uses of Image in org.jclouds.compute.suppliers
Methods in org.jclouds.compute.suppliers that return types with arguments of type ImageModifier and TypeMethodDescriptionImageCacheSupplier.get()
com.google.common.base.Optional
<? extends Image> Loads an image by id.ImageCacheSupplier.rebuildCache()
Calls theImageCacheSupplier.liveImageSupplier
to get the current images and rebuilds the cache with them.Methods in org.jclouds.compute.suppliers with parameters of type ImageModifier and TypeMethodDescriptionvoid
ImageCacheSupplier.registerImage
(Image image) Registers a new image in the image cache.Method parameters in org.jclouds.compute.suppliers with type arguments of type ImageModifier and TypeMethodDescriptionvoid
Resets the cache to the given set of images.void
ImageCacheSupplier.valueLoaded
(com.google.common.base.Optional<Set<? extends Image>> value) The cache is subscribed to value loading events generated by theMemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier
.Constructor parameters in org.jclouds.compute.suppliers with type arguments of type ImageModifierConstructorDescriptionImageCacheSupplier
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, long sessionIntervalSeconds, AtomicReference<AuthorizationException> authException, com.google.inject.Provider<GetImageStrategy> imageLoader) -
Uses of Image in org.jclouds.digitalocean2.compute.extensions
Methods in org.jclouds.digitalocean2.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> DigitalOcean2ImageExtension.createImage
(ImageTemplate template) -
Uses of Image in org.jclouds.digitalocean2.compute.functions
Methods in org.jclouds.digitalocean2.compute.functions that return ImageMethods in org.jclouds.digitalocean2.compute.functions that return types with arguments of type Image -
Uses of Image in org.jclouds.docker.compute.functions
Methods in org.jclouds.docker.compute.functions that return Image -
Uses of Image in org.jclouds.ec2.compute
Constructor parameters in org.jclouds.ec2.compute with type arguments of type ImageModifierConstructorDescriptionprotected
EC2ComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, com.google.common.util.concurrent.ListeningExecutorService userExecutor, EC2Api client, ConcurrentMap<RegionAndName, KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName, String> securityGroupMap, com.google.common.base.Optional<ImageExtension> imageExtension, GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type ImageModifier and TypeMethodDescriptionEC2BindComputeSuppliersByClass.defineImageSupplier()
protected final com.google.common.base.Supplier
<com.google.common.cache.CacheLoader<RegionAndName, Image>> EC2ComputeServiceContextModule.guiceProvideRegionAndNameToImageSupplierCacheLoader
(RegionAndIdToImage delegate) protected final com.google.common.base.Supplier
<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache
(RegionAndNameToImageSupplier supplier) protected com.google.common.base.Supplier
<com.google.common.cache.CacheLoader<RegionAndName, Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCacheLoader
(RegionAndIdToImage delegate) EC2ComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) Method parameters in org.jclouds.ec2.compute.config with type arguments of type ImageModifier and TypeMethodDescriptionEC2ComputeServiceContextModule.supplyNonParsingImages
(com.google.common.base.Supplier<Set<? extends Image>> imageSupplier, com.google.inject.Injector injector) -
Uses of Image in org.jclouds.ec2.compute.domain
Methods in org.jclouds.ec2.compute.domain with parameters of type ImageModifier and TypeMethodDescriptionboolean
boolean
Method parameters in org.jclouds.ec2.compute.domain with type arguments of type ImageModifier and TypeMethodDescriptionEC2HardwareBuilder.supportsImage
(com.google.common.base.Predicate<Image> supportsImage) -
Uses of Image in org.jclouds.ec2.compute.extensions
Methods in org.jclouds.ec2.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> EC2ImageExtension.createImage
(ImageTemplate template) Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type ImageModifierConstructorDescriptionEC2ImageExtension
(EC2Api ec2Api, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate) -
Uses of Image in org.jclouds.ec2.compute.functions
Fields in org.jclouds.ec2.compute.functions with type parameters of type ImageModifier and TypeFieldDescriptionprotected final com.google.common.base.Supplier
<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> RunningInstanceToNodeMetadata.imageMap
Methods in org.jclouds.ec2.compute.functions that return ImageMethods in org.jclouds.ec2.compute.functions that return types with arguments of type ImageModifier and TypeMethodDescriptionMap
<RegionAndName, ? extends Image> static Map
<RegionAndName, ? extends Image> ImagesToRegionAndIdMap.imagesToMap
(Iterable<? extends Image> input) Method parameters in org.jclouds.ec2.compute.functions with type arguments of type ImageModifier and TypeMethodDescriptionMap
<RegionAndName, ? extends Image> static Map
<RegionAndName, ? extends Image> ImagesToRegionAndIdMap.imagesToMap
(Iterable<? extends Image> input) Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type ImageModifierConstructorDescriptionprotected
RunningInstanceToNodeMetadata
(Map<InstanceState, NodeMetadata.Status> instanceToNodeStatus, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName, ? extends Image>> imageMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Hardware>> hardware, GroupNamingConvention.Factory namingConvention) -
Uses of Image in org.jclouds.ec2.compute.internal
Methods in org.jclouds.ec2.compute.internal that return ImageModifier and TypeMethodDescriptionprotected Image
EC2TemplateBuilderImpl.resolveImage
(Hardware size, Iterable<? extends Image> supportedImages) Methods in org.jclouds.ec2.compute.internal that return types with arguments of type ImageMethod parameters in org.jclouds.ec2.compute.internal with type arguments of type ImageModifier and TypeMethodDescriptionprotected Image
EC2TemplateBuilderImpl.resolveImage
(Hardware size, Iterable<? extends Image> supportedImages) -
Uses of Image in org.jclouds.ec2.compute.loaders
Methods in org.jclouds.ec2.compute.loaders that return Image -
Uses of Image in org.jclouds.ec2.compute.predicates
Methods in org.jclouds.ec2.compute.predicates that return types with arguments of type ImageModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Image> EC2ImagePredicates.rootDeviceType
(RootDeviceType rootDeviceType) evaluates true if the Image has the specified root device type -
Uses of Image in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy that return ImageConstructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type ImageModifierConstructorDescriptionprotected
EC2GetImageStrategy
(EC2Api client, com.google.common.base.Function<Image, Image> imageToImage) -
Uses of Image in org.jclouds.ec2.compute.suppliers
Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type ImageModifier and TypeMethodDescriptionEC2ImageSupplier.get()
com.google.common.cache.LoadingCache
<RegionAndName, ? extends Image> RegionAndNameToImageSupplier.get()
Constructor parameters in org.jclouds.ec2.compute.suppliers with type arguments of type ImageModifierConstructorDescriptionprotected
RegionAndNameToImageSupplier
(com.google.common.cache.CacheLoader<RegionAndName, Image> regionAndIdToImage, long expirationSecs) -
Uses of Image in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions that return Image -
Uses of Image in org.jclouds.glesys.compute.functions
Fields in org.jclouds.glesys.compute.functions with type parameters of type ImageMethods in org.jclouds.glesys.compute.functions that return Image -
Uses of Image in org.jclouds.gogrid.compute
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type ImageModifierConstructorDescriptionprotected
GoGridComputeService
(ComputeServiceContext context, Map<String, 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 Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy resumeNodeStrategy, SuspendNodeStrategy suspendNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, InitAdminAccess initAdminAccess, RunScriptOnNode.Factory runScriptOnNodeFactory, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return ImageModifier and TypeMethodDescriptionServerImageToImage.apply
(ServerImage from) protected Image
ServerToNodeMetadata.parseImage
(Server from) -
Uses of Image in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Image -
Uses of Image in org.jclouds.openstack.nova.v2_0.compute
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute with type arguments of type ImageModifierConstructorDescriptionprotected
NovaComputeService
(ComputeServiceContext context, Map<String, Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Set<? extends Location>> locations, ListNodesStrategy listNodesStrategy, GetImageStrategy getImageStrategy, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, jakarta.inject.Provider<TemplateBuilder> templateBuilderProvider, jakarta.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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CleanupResources cleanupResources, com.google.common.base.Optional<ImageExtension> imageExtension, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension, DelegatingImageExtension.Factory delegatingImageExtension) -
Uses of Image in org.jclouds.openstack.nova.v2_0.compute.extensions
Methods in org.jclouds.openstack.nova.v2_0.compute.extensions that return types with arguments of type ImageModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<Image> NovaImageExtension.createImage
(ImageTemplate template) Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.extensions with type arguments of type ImageModifierConstructorDescriptionNovaImageExtension
(NovaApi novaApi, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Predicate<AtomicReference<Image>> imageAvailablePredicate) -
Uses of Image in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type ImageMethods in org.jclouds.openstack.nova.v2_0.compute.functions that return Image -
Uses of Image in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions that return Image -
Uses of Image in org.jclouds.profitbricks.compute.function
Methods in org.jclouds.profitbricks.compute.function that return Image -
Uses of Image in org.jclouds.profitbricks.compute.strategy
Methods in org.jclouds.profitbricks.compute.strategy that return Image -
Uses of Image in org.jclouds.servermanager.compute.functions
Methods in org.jclouds.servermanager.compute.functions that return Image -
Uses of Image in org.jclouds.softlayer.compute.functions
Methods in org.jclouds.softlayer.compute.functions that return ImageModifier and TypeMethodDescriptionOperatingSystemToImage.apply
(OperatingSystem operatingSystem) VirtualGuestToImage.apply
(VirtualGuest from)