Uses of Class
org.jclouds.aws.ec2.functions.SpotInstanceRequestToAWSRunningInstance

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

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

Fields in org.jclouds.aws.ec2.compute.strategy declared as SpotInstanceRequestToAWSRunningInstance
protected  SpotInstanceRequestToAWSRunningInstance AWSEC2ListNodesStrategy.spotConverter
           
 

Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type SpotInstanceRequestToAWSRunningInstance
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)
           
AWSEC2GetNodeMetadataStrategy(AWSEC2Client client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, 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.