| Constructor and Description |
|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,org.jclouds.domain.Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
ListNodesStrategy listNodesStrategy,
GetImageStrategy getImageStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy 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,
org.jclouds.scriptbuilder.functions.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,org.jclouds.domain.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 org.jclouds.domain.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,
org.jclouds.scriptbuilder.functions.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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
RegionNameAndIngressRules |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<RegionAndName,String> |
RegionAndName.nameFunction() |
static com.google.common.base.Function<RegionAndName,String> |
RegionAndName.regionFunction() |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.LoadingCache<RegionAndName,String> |
EC2SecurityGroupExtension.groupCreator |
| Constructor and 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 org.jclouds.domain.Location>> locations,
com.google.common.cache.LoadingCache<RegionAndName,String> groupCreator,
GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> |
RunningInstanceToNodeMetadata.imageMap |
| Modifier and Type | Method and Description |
|---|---|
Map<RegionAndName,? extends Image> |
ImagesToRegionAndIdMap.apply(Iterable<? extends Image> input) |
static Map<RegionAndName,? extends Image> |
ImagesToRegionAndIdMap.imagesToMap(Iterable<? extends Image> input) |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
CreateUniqueKeyPair.apply(RegionAndName from) |
| Modifier and Type | Method and Description |
|---|---|
Set<RunningInstance> |
PresentInstances.apply(Set<RegionAndName> regionAndIds) |
| Constructor and Description |
|---|
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,NodeMetadata.Status> instanceToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
com.google.common.base.Supplier<com.google.common.cache.LoadingCache<RegionAndName,? extends Image>> imageMap,
com.google.common.base.Supplier<Set<? extends org.jclouds.domain.Location>> locations,
com.google.common.base.Supplier<Set<? extends Hardware>> hardware,
GroupNamingConvention.Factory namingConvention) |
| Constructor and Description |
|---|
EC2TemplateBuilderImpl(com.google.common.base.Supplier<Set<? extends org.jclouds.domain.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<org.jclouds.domain.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) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Predicate<RegionAndName> |
CreateSecurityGroupIfNeeded.securityGroupEventualConsistencyDelay |
| Modifier and Type | Method and Description |
|---|---|
Image |
RegionAndIdToImage.load(RegionAndName key) |
String |
CreateSecurityGroupIfNeeded.load(RegionAndName from) |
String |
LoadPublicIpForInstanceOrNull.load(RegionAndName key) |
static String |
RegionAndIdToImage.message(RegionAndName key,
Exception e) |
| Constructor and Description |
|---|
CreateSecurityGroupIfNeeded(EC2Api ec2Api,
com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay) |
CreateSecurityGroupIfNeeded(SecurityGroupApi securityClient,
com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SecurityGroupPresent.apply(RegionAndName securityGroup) |
protected SecurityGroup |
SecurityGroupPresent.refresh(RegionAndName securityGroup) |
| Modifier and Type | Field and 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 and 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<org.jclouds.domain.LoginCredentials>> instanceToCredentials,
Map<String,org.jclouds.domain.Credentials> credentialStore,
ComputeUtils utils) |
EC2DestroyNodeStrategy(EC2Api client,
GetNodeMetadataStrategy getNode,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.cache.LoadingCache<RegionAndName,? extends Image> |
RegionAndNameToImageSupplier.get() |
| Constructor and Description |
|---|
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–2021 The Apache Software Foundation. All rights reserved.