Uses of Class
org.jclouds.aws.ec2.functions.SpotInstanceRequestToAWSRunningInstance
-
Packages that use SpotInstanceRequestToAWSRunningInstance Package Description 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 Modifier and Type Field Description protected SpotInstanceRequestToAWSRunningInstance
AWSEC2ListNodesStrategy. spotConverter
Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type SpotInstanceRequestToAWSRunningInstance 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)
AWSEC2GetNodeMetadataStrategy(AWSEC2Api client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, SpotInstanceRequestToAWSRunningInstance spotConverter)
AWSEC2ListNodesStrategy(AWSEC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor, SpotInstanceRequestToAWSRunningInstance spotConverter)
-