Uses of Interface
org.jclouds.compute.config.CustomizationResponse

Packages that use CustomizationResponse
org.jclouds.compute.domain   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.util   
org.jclouds.ec2.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
 

Uses of CustomizationResponse in org.jclouds.compute.domain
 

Classes in org.jclouds.compute.domain that implement CustomizationResponse
 class ExecResponse
           
 

Uses of CustomizationResponse in org.jclouds.compute.strategy
 

Method parameters in org.jclouds.compute.strategy with type arguments of type CustomizationResponse
 Callable<Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, NodeMetadata node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 com.google.common.base.Function<NodeMetadata,Void> CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 Map<?,Future<Void>> 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 CustomizationResponse
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, NodeMetadata node, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning, GetNodeMetadataStrategy getNode, RetryIfSocketNotYetOpen socketTester, ComputeServiceConstants.Timeouts timeouts, com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement, InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory, TemplateOptions options, 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
 Map<?,Future<Void>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String tag, 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 tag 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
 Map<?,Future<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.ec2.compute.strategy
 

Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type CustomizationResponse
 Map<?,Future<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.trmk.vcloud_0_8.compute.strategy
 

Method parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type CustomizationResponse
 Map<?,Future<Void>> TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy.execute(String tag, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.