|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RunningInstance in org.jclouds.aws.ec2.compute.functions |
---|
Methods in org.jclouds.aws.ec2.compute.functions with parameters of type RunningInstance | |
---|---|
protected void |
AWSRunningInstanceToNodeMetadata.addCredentialsForInstance(NodeMetadataBuilder builder,
RunningInstance instance)
|
protected NodeMetadataBuilder |
AWSRunningInstanceToNodeMetadata.buildInstance(RunningInstance instance,
NodeMetadataBuilder builder)
|
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 RunningInstance | |
---|---|
RunningInstance |
AWSEC2GetNodeMetadataStrategy.getRunningInstanceInRegion(String region,
String id)
|
Methods in org.jclouds.aws.ec2.compute.strategy that return types with arguments of type RunningInstance | |
---|---|
Iterable<? extends RunningInstance> |
AWSEC2CreateNodesInGroupThenAddToSet.addTagsToInstancesInRegion(Map<String,String> metadata,
Iterable<? extends RunningInstance> iterable,
String region,
String group)
|
protected Iterable<? extends RunningInstance> |
AWSEC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone(String region,
String zone,
String group,
int count,
Template template,
RunInstancesOptions instanceOptions)
|
protected Iterable<? extends RunningInstance> |
AWSEC2ListNodesStrategy.pollRunningInstances()
|
Method parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type RunningInstance | |
---|---|
Iterable<? extends RunningInstance> |
AWSEC2CreateNodesInGroupThenAddToSet.addTagsToInstancesInRegion(Map<String,String> metadata,
Iterable<? extends RunningInstance> iterable,
String region,
String group)
|
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type RunningInstance | |
---|---|
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
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.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
|
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
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.LoadingCache<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,
com.google.common.base.Supplier<Set<String>> regions,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
ExecutorService executor,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
Uses of RunningInstance in org.jclouds.aws.ec2.domain |
---|
Subclasses of RunningInstance in org.jclouds.aws.ec2.domain | |
---|---|
class |
AWSRunningInstance
|
Uses of RunningInstance in org.jclouds.aws.ec2.xml |
---|
Methods in org.jclouds.aws.ec2.xml that return types with arguments of type RunningInstance | |
---|---|
Reservation<? extends RunningInstance> |
AWSRunInstancesResponseHandler.getResult()
|
Set<Reservation<? extends RunningInstance>> |
AWSDescribeInstancesResponseHandler.getResult()
|
protected Reservation<? extends RunningInstance> |
BaseAWSReservationHandler.newReservation()
|
Uses of RunningInstance in org.jclouds.ec2.compute |
---|
Methods in org.jclouds.ec2.compute that return types with arguments of type RunningInstance | |
---|---|
protected com.google.common.base.Predicate<RunningInstance> |
EC2ComputeService.usingKeyPairAndNotDead(KeyPair keyPair)
|
Method parameters in org.jclouds.ec2.compute with type arguments of type RunningInstance | |
---|---|
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 | |
---|---|
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 functionality |
protected com.google.common.cache.LoadingCache<RunningInstance,Credentials> |
EC2ComputeServiceDependenciesModule.credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
|
Method parameters in org.jclouds.ec2.compute.config with type arguments of type RunningInstance | |
---|---|
protected com.google.common.cache.LoadingCache<RunningInstance,Credentials> |
EC2ComputeServiceDependenciesModule.credentialsMap(com.google.common.cache.CacheLoader<RunningInstance,Credentials> in)
|
Uses of RunningInstance in org.jclouds.ec2.compute.functions |
---|
Methods in org.jclouds.ec2.compute.functions with parameters of type RunningInstance | |
---|---|
protected void |
RunningInstanceToNodeMetadata.addCredentialsForInstance(NodeMetadataBuilder builder,
RunningInstance instance)
|
NodeMetadata |
RunningInstanceToNodeMetadata.apply(RunningInstance instance)
|
protected NodeMetadataBuilder |
RunningInstanceToNodeMetadata.buildInstance(RunningInstance instance,
NodeMetadataBuilder builder)
|
Credentials |
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 RunningInstance | |
---|---|
static com.google.common.base.Function<RunningInstance,RegionAndName> |
EC2CreateNodesInGroupThenAddToSet.instanceToRegionAndName
|
protected com.google.common.base.Function<RunningInstance,NodeMetadata> |
EC2ListNodesStrategy.runningInstanceToNodeMetadata
|
Methods in org.jclouds.ec2.compute.strategy that return RunningInstance | |
---|---|
RunningInstance |
EC2GetNodeMetadataStrategy.getRunningInstanceInRegion(String region,
String id)
|
Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type RunningInstance | |
---|---|
protected Iterable<? extends RunningInstance> |
EC2CreateNodesInGroupThenAddToSet.createKeyPairAndSecurityGroupsAsNeededThenRunInstances(String group,
int count,
Template template)
|
protected Iterable<? extends RunningInstance> |
EC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone(String region,
String zone,
String group,
int count,
Template template,
RunInstancesOptions instanceOptions)
|
protected Iterable<? extends RunningInstance> |
EC2ListNodesStrategy.pollRunningInstances()
|
Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type RunningInstance | |
---|---|
protected void |
EC2CreateNodesInGroupThenAddToSet.assignElasticIpsToInstances(Iterable<String> ips,
Iterable<? extends RunningInstance> startedInstances)
|
protected void |
EC2CreateNodesInGroupThenAddToSet.populateCredentials(Iterable<? extends RunningInstance> started)
|
Constructor parameters in org.jclouds.ec2.compute.strategy with type arguments of type RunningInstance | |
---|---|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils)
|
|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
com.google.common.cache.LoadingCache<RegionAndName,String> elasticIpCache,
com.google.common.base.Predicate<AtomicReference<NodeMetadata>> nodeRunning,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.LoadingCache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils)
|
|
EC2GetNodeMetadataStrategy(EC2Client client,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata)
|
|
EC2ListNodesStrategy(EC2AsyncClient client,
com.google.common.base.Supplier<Set<String>> regions,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
ExecutorService executor)
|
Uses of RunningInstance in org.jclouds.ec2.domain |
---|
Classes in org.jclouds.ec2.domain with type parameters of type RunningInstance | |
---|---|
class |
Reservation<T extends RunningInstance>
|
Methods in org.jclouds.ec2.domain that return RunningInstance | |
---|---|
RunningInstance |
RunningInstance.Builder.build()
|
Methods in org.jclouds.ec2.domain with parameters of type RunningInstance | |
---|---|
int |
RunningInstance.compareTo(RunningInstance o)
|
Uses of RunningInstance in org.jclouds.ec2.predicates |
---|
Methods in org.jclouds.ec2.predicates with parameters of type RunningInstance | |
---|---|
boolean |
InstanceHasIpAddress.apply(RunningInstance instance)
|
boolean |
InstanceStateTerminated.apply(RunningInstance instance)
|
boolean |
InstanceStateRunning.apply(RunningInstance instance)
|
boolean |
InstanceStateStopped.apply(RunningInstance instance)
|
Uses of RunningInstance in org.jclouds.ec2.services |
---|
Methods in org.jclouds.ec2.services that return types with arguments of type RunningInstance | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
Returns information about instances that you own. |
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
|
Reservation<? extends RunningInstance> |
InstanceClient.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.xml |
---|
Methods in org.jclouds.ec2.xml that return types with arguments of type RunningInstance | |
---|---|
Reservation<? extends RunningInstance> |
RunInstancesResponseHandler.getResult()
|
Set<Reservation<? extends RunningInstance>> |
DescribeInstancesResponseHandler.getResult()
|
protected Reservation<? extends RunningInstance> |
BaseReservationHandler.newReservation()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |