Uses of Interface
org.jclouds.compute.config.CustomizationResponse
Packages that use CustomizationResponse
Package
Description
-
Uses of CustomizationResponse in org.jclouds.azurecompute.arm.compute.strategy
Method parameters in org.jclouds.azurecompute.arm.compute.strategy with type arguments of type CustomizationResponseModifier and TypeMethodDescriptionCreateResourcesThenCreateNodes.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 -
Uses of CustomizationResponse in org.jclouds.compute.strategy
Method parameters in org.jclouds.compute.strategy with type arguments of type CustomizationResponseModifier and TypeMethodDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.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) CreateNodesInGroupThenAddToSet.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) Constructor parameters in org.jclouds.compute.strategy with type arguments of type CustomizationResponseModifierConstructorDescriptionCustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(com.google.common.base.Function<AtomicReference<NodeMetadata>, AtomicReference<NodeMetadata>> pollNodeRunning, GetNodeMetadataStrategy getNode, OpenSocketFinder openSocketFinder, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses) CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
(com.google.common.base.Function<AtomicReference<NodeMetadata>, AtomicReference<NodeMetadata>> pollNodeRunning, OpenSocketFinder openSocketFinder, NodeAndTemplateOptionsToStatement nodeAndTemplateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, AtomicReference<NodeMetadata> node, 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 CustomizationResponseModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.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 CustomizationResponseModifier and TypeMethodDescriptionComputeUtils.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 CustomizationResponseModifier and TypeMethodDescriptionCreateKeyPairsThenCreateNodes.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 CustomizationResponseModifier and TypeMethodDescriptionEC2CreateNodesInGroupThenAddToSet.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 CustomizationResponseModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.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 CustomizationResponseModifier and TypeMethodDescriptionApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.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 CustomizationResponseModifier and TypeMethodDescriptionCreateSshKeysThenCreateNodes.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 CustomizationResponseModifier and TypeMethodDescriptionAssignDataCenterToTemplate.execute
(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses)