Uses of Interface
org.jclouds.compute.config.CustomizationResponse
-
-
Uses of CustomizationResponse in org.jclouds.azurecompute.arm.compute.strategy
Method parameters in org.jclouds.azurecompute.arm.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateResourcesThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.compute.domain
Classes in org.jclouds.compute.domain that implement CustomizationResponse Modifier and Type Class Description class
ExecResponse
-
Uses of CustomizationResponse in org.jclouds.compute.strategy
Method parameters in org.jclouds.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Callable<Void>
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory. create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
com.google.common.base.Function<AtomicReference<NodeMetadata>,Void>
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory. create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateNodesInGroupThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.compute.strategy.impl
Method parameters in org.jclouds.compute.strategy.impl with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateNodesWithGroupEncodedIntoNameThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
This implementation gets a list of acceptable node names to encode the group into, then it simultaneously runs the nodes and applies options to them. -
Uses of CustomizationResponse in org.jclouds.compute.util
Method parameters in org.jclouds.compute.util with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
ComputeUtils. customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.digitalocean2.compute.strategy
Method parameters in org.jclouds.digitalocean2.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateKeyPairsThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.ec2.compute.strategy
Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
EC2CreateNodesInGroupThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.googlecomputeengine.compute.strategy
Method parameters in org.jclouds.googlecomputeengine.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateNodesWithGroupEncodedIntoNameThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.openstack.nova.v2_0.compute.strategy
Method parameters in org.jclouds.openstack.nova.v2_0.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.packet.compute.strategy
Method parameters in org.jclouds.packet.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
CreateSshKeysThenCreateNodes. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
Uses of CustomizationResponse in org.jclouds.profitbricks.compute.strategy
Method parameters in org.jclouds.profitbricks.compute.strategy with type arguments of type CustomizationResponse Modifier and Type Method Description Map<?,com.google.common.util.concurrent.ListenableFuture<Void>>
AssignDataCenterToTemplate. execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-