Uses of Class
org.jclouds.ec2.compute.domain.RegionAndName

Packages that use RegionAndName
org.jclouds.ec2.compute   
org.jclouds.ec2.compute.config   
org.jclouds.ec2.compute.domain   
org.jclouds.ec2.compute.extensions   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.internal   
org.jclouds.ec2.compute.loaders   
org.jclouds.ec2.compute.predicates   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.compute.suppliers   
 

Uses of RegionAndName in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type RegionAndName
EC2ComputeService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.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<org.jclouds.compute.extensions.ImageExtension> imageExtension, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
           
EC2ComputeService(org.jclouds.compute.ComputeServiceContext context, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Image>> images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNodeMetadataStrategy, org.jclouds.compute.strategy.CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, org.jclouds.compute.strategy.RebootNodeStrategy rebootNodeStrategy, org.jclouds.compute.strategy.DestroyNodeStrategy destroyNodeStrategy, org.jclouds.compute.strategy.ResumeNodeStrategy startNodeStrategy, org.jclouds.compute.strategy.SuspendNodeStrategy stopNodeStrategy, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> templateBuilderProvider, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> templateOptionsProvider, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeTerminated, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeSuspended, org.jclouds.compute.strategy.InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, org.jclouds.compute.callables.RunScriptOnNode.Factory runScriptOnNodeFactory, org.jclouds.scriptbuilder.functions.InitAdminAccess initAdminAccess, org.jclouds.compute.internal.PersistNodeCredentials persistNodeCredentials, org.jclouds.compute.reference.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<org.jclouds.compute.extensions.ImageExtension> imageExtension, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention, boolean generateInstanceNames, com.google.common.base.Optional<org.jclouds.compute.extensions.SecurityGroupExtension> securityGroupExtension)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.config
 

Methods in org.jclouds.ec2.compute.config that return types with arguments of type RegionAndName
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2ComputeServiceDependenciesModule.instanceToElasticIp(com.google.common.cache.CacheLoader<RegionAndName,String> in)
           
protected  ConcurrentMap<RegionAndName,KeyPair> EC2ComputeServiceDependenciesModule.keypairMap(com.google.inject.Injector i)
           
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(RegionAndNameToImageSupplier supplier)
           
protected  com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,org.jclouds.compute.domain.Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
           
protected  com.google.common.base.Predicate<RegionAndName> EC2ComputeServiceDependenciesModule.securityGroupEventualConsistencyDelay(SecurityGroupPresent in, long msDelay)
           
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2ComputeServiceDependenciesModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,String> in)
           
 

Method parameters in org.jclouds.ec2.compute.config with type arguments of type RegionAndName
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2ComputeServiceDependenciesModule.instanceToElasticIp(com.google.common.cache.CacheLoader<RegionAndName,String> in)
           
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2ComputeServiceDependenciesModule.securityGroupMap(com.google.common.cache.CacheLoader<RegionAndName,String> in)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.domain
 

Subclasses of RegionAndName in org.jclouds.ec2.compute.domain
 class RegionNameAndIngressRules
           
 

Methods in org.jclouds.ec2.compute.domain that return types with arguments of type RegionAndName
static com.google.common.base.Function<RegionAndName,String> RegionAndName.nameFunction()
           
static com.google.common.base.Function<RegionAndName,String> RegionAndName.regionFunction()
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.extensions
 

Fields in org.jclouds.ec2.compute.extensions with type parameters of type RegionAndName
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2SecurityGroupExtension.groupCreator
           
 

Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type RegionAndName
EC2SecurityGroupExtension(EC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup,org.jclouds.compute.domain.SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.functions
 

Fields in org.jclouds.ec2.compute.functions with type parameters of type RegionAndName
protected  com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> RunningInstanceToNodeMetadata.imageMap
           
 

Methods in org.jclouds.ec2.compute.functions that return types with arguments of type RegionAndName
 Map<RegionAndName,? extends org.jclouds.compute.domain.Image> ImagesToRegionAndIdMap.apply(Iterable<? extends org.jclouds.compute.domain.Image> input)
           
static Map<RegionAndName,? extends org.jclouds.compute.domain.Image> ImagesToRegionAndIdMap.imagesToMap(Iterable<? extends org.jclouds.compute.domain.Image> input)
           
 

Methods in org.jclouds.ec2.compute.functions with parameters of type RegionAndName
 KeyPair CreateUniqueKeyPair.apply(RegionAndName from)
           
 

Method parameters in org.jclouds.ec2.compute.functions with type arguments of type RegionAndName
 Set<RunningInstance> PresentInstances.apply(Set<RegionAndName> regionAndIds)
           
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type RegionAndName
AddElasticIpsToNodemetadata(com.google.common.cache.LoadingCache<RegionAndName,String> cache)
           
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey,org.jclouds.domain.LoginCredentials> pwDataToLoginCredentials)
           
RunningInstanceToNodeMetadata(Map<InstanceState,org.jclouds.compute.domain.NodeMetadata.Status> instanceToNodeStatus, Map<String,org.jclouds.domain.Credentials> credentialStore, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> imageMap, com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> hardware, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.internal
 

Constructor parameters in org.jclouds.ec2.compute.internal with type arguments of type RegionAndName
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations, org.jclouds.compute.suppliers.ImageCacheSupplier images, com.google.common.base.Supplier<Set<? extends org.jclouds.compute.domain.Hardware>> sizes, com.google.common.base.Supplier<org.jclouds.domain.Location> defaultLocation, javax.inject.Provider<org.jclouds.compute.options.TemplateOptions> optionsProvider, javax.inject.Provider<org.jclouds.compute.domain.TemplateBuilder> defaultTemplateProvider, org.jclouds.compute.strategy.GetImageStrategy getImageStrategy, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> imageMap)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.loaders
 

Fields in org.jclouds.ec2.compute.loaders with type parameters of type RegionAndName
protected  com.google.common.base.Predicate<RegionAndName> CreateSecurityGroupIfNeeded.securityGroupEventualConsistencyDelay
           
 

Methods in org.jclouds.ec2.compute.loaders with parameters of type RegionAndName
 org.jclouds.compute.domain.Image RegionAndIdToImage.load(RegionAndName key)
           
 String LoadPublicIpForInstanceOrNull.load(RegionAndName key)
           
 String CreateSecurityGroupIfNeeded.load(RegionAndName from)
           
static String RegionAndIdToImage.message(RegionAndName key, Exception e)
           
 

Constructor parameters in org.jclouds.ec2.compute.loaders with type arguments of type RegionAndName
CreateSecurityGroupIfNeeded(EC2Api ec2Api, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
CreateSecurityGroupIfNeeded(SecurityGroupApi securityClient, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.predicates
 

Methods in org.jclouds.ec2.compute.predicates with parameters of type RegionAndName
 boolean SecurityGroupPresent.apply(RegionAndName securityGroup)
           
protected  SecurityGroup SecurityGroupPresent.refresh(RegionAndName securityGroup)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.strategy
 

Fields in org.jclouds.ec2.compute.strategy with type parameters of type RegionAndName
 ConcurrentMap<RegionAndName,KeyPair> CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.credentialsMap
           
protected  com.google.common.cache.LoadingCache<RegionAndName,String> EC2DestroyNodeStrategy.elasticIpCache
           
static com.google.common.base.Function<RunningInstance,RegionAndName> EC2CreateNodesInGroupThenAddToSet.instanceToRegionAndName
           
 com.google.common.base.Function<RegionAndName,KeyPair> CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.makeKeyPair
           
 com.google.common.cache.LoadingCache<RegionAndName,String> CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.securityGroupMap
           
 

Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type RegionAndName
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, javax.inject.Provider<RunInstancesOptions> optionsProvider, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, javax.inject.Provider<RunInstancesOptions> optionsProvider, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions(com.google.common.base.Function<RegionAndName,KeyPair> makeKeyPair, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap, javax.inject.Provider<RunInstancesOptions> optionsProvider, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
EC2CreateNodesInGroupThenAddToSet(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<org.jclouds.compute.domain.NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance,org.jclouds.compute.domain.NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<org.jclouds.domain.LoginCredentials>> instanceToCredentials, Map<String,org.jclouds.domain.Credentials> credentialStore, org.jclouds.compute.util.ComputeUtils utils)
           
EC2DestroyNodeStrategy(EC2Api client, org.jclouds.compute.strategy.GetNodeMetadataStrategy getNode, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute.suppliers
 

Methods in org.jclouds.ec2.compute.suppliers that return types with arguments of type RegionAndName
 com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image> RegionAndNameToImageSupplier.get()
           
 

Constructor parameters in org.jclouds.ec2.compute.suppliers with type arguments of type RegionAndName
EC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, DescribeImagesParallel describer, String[] amiOwners, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends org.jclouds.compute.domain.Image>> cache, EC2ImageParser parser)
           
RegionAndNameToImageSupplier(com.google.common.cache.CacheLoader<RegionAndName,org.jclouds.compute.domain.Image> regionAndIdToImage, long expirationSecs)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.