Uses of Class
org.jclouds.ec2.domain.RunningInstance
Packages that use RunningInstance
Package
Description
-
Uses of RunningInstance in org.jclouds.aws.ec2.compute.functions
Methods in org.jclouds.aws.ec2.compute.functions that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionPresentSpotRequestsAndInstances.apply
(Set<RegionAndName> regionAndIds) protected Set
<RunningInstance> PresentSpotRequestsAndInstances.getSpots
(Set<RegionAndName> regionAndIds) Methods in org.jclouds.aws.ec2.compute.functions with parameters of type RunningInstanceModifier and TypeMethodDescriptionprotected void
AWSRunningInstanceToNodeMetadata.addCredentialsForInstance
(NodeMetadataBuilder builder, RunningInstance instance) protected Hardware
AWSRunningInstanceToNodeMetadata.parseHardware
(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy that return RunningInstanceModifier and TypeMethodDescriptionAWSEC2GetNodeMetadataStrategy.getRunningInstanceInRegion
(String region, String id) Methods in org.jclouds.aws.ec2.compute.strategy that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionprotected Set
<RunningInstance> AWSEC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone
(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions) protected Iterable
<? extends RunningInstance> AWSEC2ListNodesStrategy.pollRunningInstances()
protected Iterable
<? extends RunningInstance> AWSEC2ListNodesStrategy.pollRunningInstancesByRegionsAndIds
(com.google.common.collect.Multimap<String, String> idsByRegions) Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type RunningInstanceModifierConstructorDescriptionprotected
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) -
Uses of RunningInstance in org.jclouds.aws.ec2.domain
Subclasses of RunningInstance in org.jclouds.aws.ec2.domainMethods in org.jclouds.aws.ec2.domain with parameters of type RunningInstanceModifier and TypeMethodDescriptionAWSRunningInstance.Builder.fromRunningInstance
(RunningInstance in) -
Uses of RunningInstance in org.jclouds.aws.ec2.xml
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionSet
<Reservation<? extends RunningInstance>> AWSDescribeInstancesResponseHandler.getResult()
Reservation
<? extends RunningInstance> AWSRunInstancesResponseHandler.getResult()
protected Reservation
<? extends RunningInstance> BaseAWSReservationHandler.newReservation()
-
Uses of RunningInstance in org.jclouds.ec2.compute
Method parameters in org.jclouds.ec2.compute with type arguments of type RunningInstanceModifier and TypeMethodDescriptionprotected com.google.common.collect.ImmutableSet
<String> EC2ComputeService.extractIdsFromInstances
(Iterable<? extends RunningInstance> deadOnes) -
Uses of RunningInstance in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionfinal com.google.common.base.Function
<RunningInstance, NodeMetadata> EC2ComputeServiceDependenciesModule.bindNodeConverter
(RunningInstanceToNodeMetadata baseConverter, AddElasticIpsToNodemetadata addElasticIpsToNodemetadata, boolean autoAllocateElasticIps) only add the overhead of looking up ips when we have enabled the auto-allocate functionalityprotected final com.google.common.cache.LoadingCache
<RunningInstance, com.google.common.base.Optional<LoginCredentials>> EC2ComputeServiceDependenciesModule.credentialsMap
(com.google.common.cache.CacheLoader<RunningInstance, com.google.common.base.Optional<LoginCredentials>> in) Method parameters in org.jclouds.ec2.compute.config with type arguments of type RunningInstanceModifier and TypeMethodDescriptionprotected final com.google.common.cache.LoadingCache
<RunningInstance, com.google.common.base.Optional<LoginCredentials>> EC2ComputeServiceDependenciesModule.credentialsMap
(com.google.common.cache.CacheLoader<RunningInstance, com.google.common.base.Optional<LoginCredentials>> in) -
Uses of RunningInstance in org.jclouds.ec2.compute.functions
Methods in org.jclouds.ec2.compute.functions that return types with arguments of type RunningInstanceMethods in org.jclouds.ec2.compute.functions with parameters of type RunningInstanceModifier and TypeMethodDescriptionprotected void
RunningInstanceToNodeMetadata.addCredentialsForInstance
(NodeMetadataBuilder builder, RunningInstance instance) PasswordCredentialsFromWindowsInstance.apply
(RunningInstance instance) RunningInstanceToNodeMetadata.apply
(RunningInstance instance) com.google.common.base.Optional
<LoginCredentials> CredentialsForInstance.load
(RunningInstance instance) protected Hardware
RunningInstanceToNodeMetadata.parseHardware
(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.ec2.compute.strategy
Fields in org.jclouds.ec2.compute.strategy with type parameters of type RunningInstanceModifier and TypeFieldDescriptionstatic final com.google.common.base.Function
<RunningInstance, RegionAndName> EC2CreateNodesInGroupThenAddToSet.instanceToRegionAndName
protected final com.google.common.base.Function
<RunningInstance, NodeMetadata> EC2ListNodesStrategy.runningInstanceToNodeMetadata
Methods in org.jclouds.ec2.compute.strategy that return RunningInstanceModifier and TypeMethodDescriptionEC2GetNodeMetadataStrategy.getRunningInstanceInRegion
(String region, String id) Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<String, Set<? extends Reservation<? extends RunningInstance>>> EC2ListNodesStrategy.allInstancesInRegion()
protected Set
<RunningInstance> EC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone
(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions) protected com.google.common.base.Function
<String, Set<? extends Reservation<? extends RunningInstance>>> EC2ListNodesStrategy.instancesByIdInRegion
(com.google.common.collect.Multimap<String, String> idsByRegions) protected Iterable
<? extends RunningInstance> EC2ListNodesStrategy.pollRunningInstances()
protected Iterable
<? extends RunningInstance> EC2ListNodesStrategy.pollRunningInstancesByRegionsAndIds
(com.google.common.collect.Multimap<String, String> idsByRegions) Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type RunningInstanceModifierConstructorDescriptionprotected
EC2CreateNodesInGroupThenAddToSet
(EC2Api client, com.google.common.cache.LoadingCache<RegionAndName, String> elasticIpCache, com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning, CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize, PresentInstances presentInstances, 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) protected
EC2GetNodeMetadataStrategy
(EC2Api client, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata) protected
EC2ListNodesStrategy
(EC2Api client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance, NodeMetadata> runningInstanceToNodeMetadata, com.google.common.util.concurrent.ListeningExecutorService userExecutor) -
Uses of RunningInstance in org.jclouds.ec2.domain
Classes in org.jclouds.ec2.domain with type parameters of type RunningInstanceModifier and TypeClassDescriptionclass
Reservation<T extends RunningInstance>
static class
Reservation.Builder<T extends RunningInstance>
Methods in org.jclouds.ec2.domain with type parameters of type RunningInstanceModifier and TypeMethodDescriptionstatic <T extends RunningInstance>
Reservation.Builder<T> Reservation.builder()
Methods in org.jclouds.ec2.domain that return RunningInstanceMethods in org.jclouds.ec2.domain with parameters of type RunningInstanceModifier and TypeMethodDescriptionint
RunningInstance.compareTo
(RunningInstance other) RunningInstance.Builder.fromRunningInstance
(RunningInstance in) -
Uses of RunningInstance in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionSet
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegion
(String region, String... instanceIds) Returns information about instances that you own.Set
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about instances that you own.Reservation
<? extends RunningInstance> InstanceApi.runInstancesInRegion
(String region, String nullableAvailabilityZone, String imageId, int minCount, int maxCount, RunInstancesOptions... options) Launches a specified number of instances of an AMI for which you have permissions. -
Uses of RunningInstance in org.jclouds.ec2.predicates
Methods in org.jclouds.ec2.predicates with parameters of type RunningInstanceModifier and TypeMethodDescriptionboolean
InstanceHasIpAddress.apply
(RunningInstance instance) boolean
InstanceStateRunning.apply
(RunningInstance instance) boolean
InstanceStateStopped.apply
(RunningInstance instance) boolean
InstanceStateTerminated.apply
(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return types with arguments of type RunningInstanceModifier and TypeMethodDescriptionSet
<Reservation<? extends RunningInstance>> DescribeInstancesResponseHandler.getResult()
Reservation
<? extends RunningInstance> RunInstancesResponseHandler.getResult()
protected Reservation
<? extends RunningInstance> BaseReservationHandler.newReservation()