Uses of Class
org.jclouds.aws.ec2.functions.SpotInstanceRequestToAWSRunningInstance
Packages that use SpotInstanceRequestToAWSRunningInstance
-
Uses of SpotInstanceRequestToAWSRunningInstance in org.jclouds.aws.ec2.compute.strategy
Fields in org.jclouds.aws.ec2.compute.strategy declared as SpotInstanceRequestToAWSRunningInstanceModifier and TypeFieldDescriptionprotected final SpotInstanceRequestToAWSRunningInstance
AWSEC2ListNodesStrategy.spotConverter
Constructors in org.jclouds.aws.ec2.compute.strategy with parameters of type SpotInstanceRequestToAWSRunningInstanceModifierConstructorDescriptionprotected
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) protected
AWSEC2GetNodeMetadataStrategy
(AWSEC2Api client, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, SpotInstanceRequestToAWSRunningInstance spotConverter) protected
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)