Package org.jclouds.compute.strategy
Interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory
- Enclosing class:
 CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
public static interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory
- 
Method Summary
Modifier and TypeMethodDescriptioncreate(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> create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses)  
- 
Method Details
- 
create
Callable<Void> create(TemplateOptions options, AtomicReference<NodeMetadata> node, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses)  - 
create
com.google.common.base.Function<AtomicReference<NodeMetadata>,Void> create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata, Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata, CustomizationResponse> customizationResponses)  
 -