Modifier and Type | Interface and Description |
---|---|
interface |
AWSEC2Client
Provides synchronous access to EC2 services.
|
Constructor and 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,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
Provider<TemplateBuilder> templateBuilderProvider,
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) |
Modifier and Type | Field and Description |
---|---|
protected EC2Client |
CreateUniqueKeyPair.ec2Client |
Constructor and Description |
---|
CreateSecurityGroupIfNeeded(EC2Client ec2Client,
com.google.common.base.Predicate<RegionAndName> securityGroupEventualConsistencyDelay) |
CreateUniqueKeyPair(EC2Client ec2Client,
com.google.common.base.Supplier<String> randomSuffix) |
LoadPublicIpForInstanceOrNull(EC2Client client) |
RegionAndIdToImage(EC2ImageParser parser,
EC2Client sync) |
Constructor and Description |
---|
InstancePresent(EC2Client client) |
SecurityGroupPresent(EC2Client client) |
Modifier and Type | Field and Description |
---|---|
protected EC2Client |
EC2DestroyNodeStrategy.client |
Constructor and Description |
---|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
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) |
EC2GetNodeMetadataStrategy(EC2Client client,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata) |
EC2RebootNodeStrategy(EC2Client client,
GetNodeMetadataStrategy getNode) |
EC2ResumeNodeStrategy(EC2Client client,
GetNodeMetadataStrategy getNode) |
EC2SuspendNodeStrategy(EC2Client client,
GetNodeMetadataStrategy getNode) |
Modifier and Type | Class and Description |
---|---|
class |
EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient>
Configures the EC2 connection.
|
Modifier and Type | Method and Description |
---|---|
static EC2RestClientModule<EC2Client,EC2AsyncClient> |
EC2RestClientModule.create() |
Constructor and Description |
---|
InstanceHasIpAddress(EC2Client client) |
InstanceStateRunning(EC2Client client) |
InstanceStateTerminated(EC2Client client) |
Constructor and Description |
---|
DescribeAvailabilityZonesInRegion(EC2Client client,
com.google.common.base.Supplier<Set<String>> regions) |
DescribeRegionsForRegionURIs(EC2Client client) |
Copyright © 2009-2012 jclouds. All Rights Reserved.