Uses of Class
org.jclouds.ec2.domain.RunningInstance
-
-
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 RunningInstance Modifier and Type Method Description Set<RunningInstance>PresentSpotRequestsAndInstances. apply(Set<RegionAndName> regionAndIds)protected Set<RunningInstance>PresentSpotRequestsAndInstances. getSpots(Set<RegionAndName> regionAndIds)Methods in org.jclouds.aws.ec2.compute.functions with parameters of type RunningInstance Modifier and Type Method Description protected voidAWSRunningInstanceToNodeMetadata. addCredentialsForInstance(NodeMetadataBuilder builder, RunningInstance instance)protected HardwareAWSRunningInstanceToNodeMetadata. parseHardware(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy that return RunningInstance Modifier and Type Method Description RunningInstanceAWSEC2GetNodeMetadataStrategy. getRunningInstanceInRegion(String region, String id)Methods in org.jclouds.aws.ec2.compute.strategy that return types with arguments of type RunningInstance Modifier and Type Method Description protected 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 RunningInstance 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) -
Uses of RunningInstance in org.jclouds.aws.ec2.domain
Subclasses of RunningInstance in org.jclouds.aws.ec2.domain Modifier and Type Class Description classAWSRunningInstanceMethods in org.jclouds.aws.ec2.domain with parameters of type RunningInstance Modifier and Type Method Description AWSRunningInstance.BuilderAWSRunningInstance.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 RunningInstance Modifier and Type Method Description Set<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 RunningInstance Modifier and Type Method Description protected 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 RunningInstance Modifier and Type Method Description 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 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 RunningInstance Modifier and Type Method Description protected 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 RunningInstance Modifier and Type Method Description Set<RunningInstance>PresentInstances. apply(Set<RegionAndName> regionAndIds)Methods in org.jclouds.ec2.compute.functions with parameters of type RunningInstance Modifier and Type Method Description protected voidRunningInstanceToNodeMetadata. addCredentialsForInstance(NodeMetadataBuilder builder, RunningInstance instance)LoginCredentialsPasswordCredentialsFromWindowsInstance. apply(RunningInstance instance)NodeMetadataRunningInstanceToNodeMetadata. apply(RunningInstance instance)com.google.common.base.Optional<LoginCredentials>CredentialsForInstance. load(RunningInstance instance)protected HardwareRunningInstanceToNodeMetadata. parseHardware(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.ec2.compute.strategy
Fields in org.jclouds.ec2.compute.strategy with type parameters of type RunningInstance Modifier and Type Field Description static com.google.common.base.Function<RunningInstance,RegionAndName>EC2CreateNodesInGroupThenAddToSet. instanceToRegionAndNameprotected com.google.common.base.Function<RunningInstance,NodeMetadata>EC2ListNodesStrategy. runningInstanceToNodeMetadataMethods in org.jclouds.ec2.compute.strategy that return RunningInstance Modifier and Type Method Description RunningInstanceEC2GetNodeMetadataStrategy. getRunningInstanceInRegion(String region, String id)Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type RunningInstance Modifier and Type Method Description protected 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 RunningInstance Constructor Description 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)EC2GetNodeMetadataStrategy(EC2Api client, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata)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 RunningInstance Modifier and Type Class Description classReservation<T extends RunningInstance>static classReservation.Builder<T extends RunningInstance>Methods in org.jclouds.ec2.domain with type parameters of type RunningInstance Modifier and Type Method Description static <T extends RunningInstance>
Reservation.Builder<T>Reservation. builder()Methods in org.jclouds.ec2.domain that return RunningInstance Modifier and Type Method Description abstract RunningInstanceRunningInstance.Builder. build()Methods in org.jclouds.ec2.domain with parameters of type RunningInstance Modifier and Type Method Description intRunningInstance. compareTo(RunningInstance other)TRunningInstance.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 RunningInstance Modifier and Type Method Description Set<? 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 RunningInstance Modifier and Type Method Description booleanInstanceHasIpAddress. apply(RunningInstance instance)booleanInstanceStateRunning. apply(RunningInstance instance)booleanInstanceStateStopped. apply(RunningInstance instance)booleanInstanceStateTerminated. apply(RunningInstance instance) -
Uses of RunningInstance in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return types with arguments of type RunningInstance Modifier and Type Method Description Set<Reservation<? extends RunningInstance>>DescribeInstancesResponseHandler. getResult()Reservation<? extends RunningInstance>RunInstancesResponseHandler. getResult()protected Reservation<? extends RunningInstance>BaseReservationHandler. newReservation()
-