Package org.jclouds.compute.strategy
Interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory
-
- Enclosing class:
- CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap
public static interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Callable<Void>
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>
create(TemplateOptions options, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
-
-
-
Method Detail
-
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)
-
-