org.jclouds.compute.strategy
Interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory

Enclosing class:
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap

public static interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory


Method Summary
 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)


Copyright © 2009-2012 jclouds. All Rights Reserved.