Uses of Class
org.jclouds.ec2.compute.domain.RegionAndName
-
-
Uses of RegionAndName in org.jclouds.aws.ec2.compute
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type RegionAndName Constructor Description 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, 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, 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)
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, 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, 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 RegionAndName in org.jclouds.aws.ec2.compute.config
Methods in org.jclouds.aws.ec2.compute.config that return types with arguments of type RegionAndName Modifier and Type Method Description protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
AWSEC2ComputeServiceContextModule. guiceProvideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
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.extensions
Constructor parameters in org.jclouds.aws.ec2.compute.extensions with type arguments of type RegionAndName Constructor Description AWSEC2SecurityGroupExtension(AWSEC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator, GroupNamingConvention.Factory namingConvention, com.google.common.base.Function<String,String> groupNameToId)
-
Uses of RegionAndName in org.jclouds.aws.ec2.compute.functions
Method parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type RegionAndName Modifier and Type Method Description Set<RunningInstance>
PresentSpotRequestsAndInstances. apply(Set<RegionAndName> regionAndIds)
protected Set<RunningInstance>
PresentSpotRequestsAndInstances. getSpots(Set<RegionAndName> regionAndIds)
Constructor parameters in org.jclouds.aws.ec2.compute.functions with type arguments of type RegionAndName Constructor Description 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 RegionAndName in org.jclouds.aws.ec2.compute.loaders
Fields in org.jclouds.aws.ec2.compute.loaders with type parameters of type RegionAndName Modifier and Type Field Description protected com.google.common.base.Predicate<RegionAndName>
AWSEC2CreateSecurityGroupIfNeeded. securityGroupEventualConsistencyDelay
Methods in org.jclouds.aws.ec2.compute.loaders with parameters of type RegionAndName Modifier and Type Method Description String
AWSEC2CreateSecurityGroupIfNeeded. load(RegionAndName from)
Constructor parameters in org.jclouds.aws.ec2.compute.loaders with type arguments of type RegionAndName Constructor Description AWSEC2CreateSecurityGroupIfNeeded(AWSEC2Api ec2Api, com.google.common.base.Function<String,String> groupNameToId, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
AWSEC2CreateSecurityGroupIfNeeded(AWSSecurityGroupApi securityApi, com.google.common.base.Function<String,String> groupNameToId, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
-
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 Constructor Description AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, boolean generateInstanceNames, CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentSpotRequestsAndInstances instancePresent, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
AWSEC2DestroyNodeStrategy(AWSEC2Api 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, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api)
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, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api)
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, GroupNamingConvention.Factory namingConvention, AWSEC2Api awsEC2Api)
-
Uses of RegionAndName in org.jclouds.aws.ec2.domain
Subclasses of RegionAndName in org.jclouds.aws.ec2.domain Modifier and Type Class Description class
RegionNameAndPublicKeyMaterial
-
Uses of RegionAndName in org.jclouds.aws.ec2.functions
Methods in org.jclouds.aws.ec2.functions with parameters of type RegionAndName Modifier and Type Method Description 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 Constructor Description 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, 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, 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)
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, 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, 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 RegionAndName in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type RegionAndName Modifier and Type Method Description protected com.google.common.base.Supplier<com.google.common.cache.CacheLoader<RegionAndName,Image>>
EC2ComputeServiceContextModule. guiceProvideRegionAndNameToImageSupplierCacheLoader(RegionAndIdToImage delegate)
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 Modifier and Type Method Description 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 Modifier and Type Class Description class
RegionNameAndIngressRules
Methods in org.jclouds.ec2.compute.domain that return types with arguments of type RegionAndName Modifier and Type Method Description 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 Modifier and Type Field Description protected com.google.common.cache.LoadingCache<RegionAndName,String>
EC2SecurityGroupExtension. groupCreator
Constructor parameters in org.jclouds.ec2.compute.extensions with type arguments of type RegionAndName Constructor Description EC2SecurityGroupExtension(EC2Api client, com.google.common.util.concurrent.ListeningExecutorService userExecutor, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<SecurityGroup,SecurityGroup> groupConverter, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator, 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 Modifier and Type Field Description protected com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>>
RunningInstanceToNodeMetadata. imageMap
Methods in org.jclouds.ec2.compute.functions that return types with arguments of type RegionAndName Modifier and Type Method Description 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 Modifier and Type Method Description KeyPair
CreateUniqueKeyPair. apply(RegionAndName from)
Method parameters in org.jclouds.ec2.compute.functions with type arguments of type RegionAndName Modifier and Type Method Description Set<RunningInstance>
PresentInstances. apply(Set<RegionAndName> regionAndIds)
Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type RegionAndName Constructor Description AddElasticIpsToNodemetadata(com.google.common.cache.LoadingCache<RegionAndName,String> cache)
PasswordCredentialsFromWindowsInstance(ConcurrentMap<RegionAndName,KeyPair> credentialsMap, EC2Api ec2Api, com.google.common.base.Function<PasswordDataAndPrivateKey,LoginCredentials> pwDataToLoginCredentials)
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 RegionAndName in org.jclouds.ec2.compute.loaders
Fields in org.jclouds.ec2.compute.loaders with type parameters of type RegionAndName Modifier and Type Field Description protected com.google.common.base.Predicate<RegionAndName>
CreateSecurityGroupIfNeeded. securityGroupEventualConsistencyDelay
Methods in org.jclouds.ec2.compute.loaders with parameters of type RegionAndName Modifier and Type Method Description String
CreateSecurityGroupIfNeeded. load(RegionAndName from)
String
LoadPublicIpForInstanceOrNull. load(RegionAndName key)
Image
RegionAndIdToImage. load(RegionAndName key)
static String
RegionAndIdToImage. message(RegionAndName key, Exception e)
Constructor parameters in org.jclouds.ec2.compute.loaders with type arguments of type RegionAndName Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description 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 Constructor Description 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, 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, 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, GroupNamingConvention.Factory namingConvention)
EC2CreateNodesInGroupThenAddToSet(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.cache.LoadingCache<RunningInstance,com.google.common.base.Optional<LoginCredentials>> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils)
EC2DestroyNodeStrategy(EC2Api 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 Modifier and Type Method Description com.google.common.cache.LoadingCache<RegionAndName,? extends Image>
RegionAndNameToImageSupplier. get()
Constructor parameters in org.jclouds.ec2.compute.suppliers with type arguments of type RegionAndName Constructor Description RegionAndNameToImageSupplier(com.google.common.cache.CacheLoader<RegionAndName,Image> regionAndIdToImage, long expirationSecs)
-
Uses of RegionAndName in org.jclouds.openstack.nova.ec2.loaders
Constructor parameters in org.jclouds.openstack.nova.ec2.loaders with type arguments of type RegionAndName Constructor Description NovaCreateSecurityGroupIfNeeded(EC2Api ec2Client, com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay)
-