Uses of Interface
org.jclouds.aws.ec2.AWSEC2AsyncClient

Packages that use AWSEC2AsyncClient
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.strategy   
 

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

Constructors in org.jclouds.aws.ec2.compute with parameters of type AWSEC2AsyncClient
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<NodeMetadata> nodeRunning, com.google.common.base.Predicate<NodeMetadata> nodeTerminated, com.google.common.base.Predicate<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.Cache<RegionAndName,String> securityGroupMap, com.google.common.cache.Cache<RegionAndName,String> placementGroupMap, com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted, boolean generateInstanceNames, AWSEC2AsyncClient aclient)
           
 

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

Fields in org.jclouds.aws.ec2.compute.strategy declared as AWSEC2AsyncClient
protected  AWSEC2AsyncClient AWSEC2ListNodesStrategy.client
           
 

Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type AWSEC2AsyncClient
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client, 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.Cache<RunningInstance,Credentials> instanceToCredentials, Map<String,Credentials> credentialStore, ComputeUtils utils, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
AWSEC2ListNodesStrategy(AWSEC2AsyncClient client, Set<String> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, ExecutorService executor, SpotInstanceRequestToAWSRunningInstance spotConverter)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.