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

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

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

Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type RegionAndName
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, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, 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, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
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, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, 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, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
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, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, AWSEC2Client ec2Client, 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, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
AWSEC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

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

Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type RegionAndName
protected  com.google.common.cache.LoadingCache<RegionAndName,String> AWSEC2ComputeServiceDependenciesModule.placementGroupMap(CreatePlacementGroupIfNeeded in)
           
protected  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)
           
 

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

Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type RegionAndName
AWSRunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, 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)
           
 

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

Methods in org.jclouds.aws.ec2.compute.predicates with parameters of type RegionAndName
protected  void AWSEC2InstancePresent.refresh(RegionAndName instance)
           
 

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

Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type RegionAndName
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, AWSEC2AsyncClient aclient, boolean generateInstanceNames, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, AWSEC2InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
AWSEC2DestroyNodeStrategy(AWSEC2Client client, GetNodeMetadataStrategy getNode, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, Map<String,Credentials> credentialStore)
           
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
           
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
           
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
           
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions(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, com.google.common.cache.LoadingCache<RegionAndName,String> placementGroupMap, CreatePlacementGroupIfNeeded createPlacementGroupIfNeeded, com.google.common.base.Function<RegionNameAndPublicKeyMaterial,KeyPair> importExistingKeyPair)
           
 

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

Constructor parameters in org.jclouds.aws.ec2.compute.suppliers with type arguments of type RegionAndName
AWSEC2ImageSupplier(com.google.common.base.Supplier<Set<String>> regions, String amiQuery, String clusterRegions, String ccAmiQuery, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> cache, CallForImages.Factory factory, Set<String> clusterComputeIds, ExecutorService executor)
           
 

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

Subclasses of RegionAndName in org.jclouds.aws.ec2.domain
 class RegionNameAndPublicKeyMaterial
           
 

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

Methods in org.jclouds.aws.ec2.functions with parameters of type RegionAndName
 String CreatePlacementGroupIfNeeded.load(RegionAndName from)
           
 

Uses of RegionAndName in org.jclouds.ec2.compute
 

Constructor parameters in org.jclouds.ec2.compute with type arguments of type RegionAndName
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, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap)
           
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, GetNodeMetadataStrategy getNodeMetadataStrategy, CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy, RebootNodeStrategy rebootNodeStrategy, DestroyNodeStrategy destroyNodeStrategy, ResumeNodeStrategy startNodeStrategy, SuspendNodeStrategy stopNodeStrategy, 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, RunScriptOnNode.Factory runScriptOnNodeFactory, InitAdminAccess initAdminAccess, PersistNodeCredentials persistNodeCredentials, ComputeServiceConstants.Timeouts timeouts, ExecutorService executor, EC2Client ec2Client, ConcurrentMap<RegionAndName,KeyPair> credentialsMap, com.google.common.cache.LoadingCache<RegionAndName,String> securityGroupMap)
           
 

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 Image>> EC2ComputeServiceContextModule.provideRegionAndNameToImageSupplierCache(RegionAndNameToImageSupplier supplier)
           
protected  com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,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
           
 

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 Image>> RunningInstanceToNodeMetadata.imageMap
           
protected  com.google.common.base.Predicate<RegionAndName> CreateSecurityGroupIfNeeded.securityGroupEventualConsistencyDelay
           
 

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

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

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type RegionAndName
AddElasticIpsToNodemetadata(com.google.common.cache.LoadingCache<RegionAndName,String> cache)
           
CreateSecurityGroupIfNeeded(EC2Client ec2Client, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
CreateSecurityGroupIfNeeded(SecurityGroupClient securityClient, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
           
RunningInstanceToNodeMetadata(Map<InstanceState,NodeState> instanceToNodeState, 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)
           
 

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 Location>> locations, com.google.common.base.Supplier<Set<? extends Image>> images, com.google.common.base.Supplier<Set<? extends Hardware>> sizes, com.google.common.base.Supplier<Location> defaultLocation, javax.inject.Provider<TemplateOptions> optionsProvider, javax.inject.Provider<TemplateBuilder> defaultTemplateProvider, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap)
           
 

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)
           
 boolean InstancePresent.apply(RegionAndName instance)
           
protected  SecurityGroup SecurityGroupPresent.refresh(RegionAndName securityGroup)
           
protected  void InstancePresent.refresh(RegionAndName instance)
           
 

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)
           
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)
           
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)
           
EC2CreateNodesInGroupThenAddToSet(EC2Client client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, javax.inject.Provider<TemplateBuilder> templateBuilderProvider, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, InstancePresent instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
           
EC2DestroyNodeStrategy(EC2Client client, 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 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 Image>> cache, EC2ImageParser parser)
           
RegionAndNameToImageSupplier(com.google.common.cache.CacheLoader<RegionAndName,Image> regionAndIdToImage, long expirationSecs)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.