org.jclouds.compute.strategy
Interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory

Enclosing class:
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap

public static interface CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory


Method Summary
 Callable<Void> 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> 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,
                      NodeMetadata node,
                      Set<NodeMetadata> goodNodes,
                      Map<NodeMetadata,Exception> badNodes,
                      com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)

create

com.google.common.base.Function<NodeMetadata,Void> create(TemplateOptions options,
                                                          Set<NodeMetadata> goodNodes,
                                                          Map<NodeMetadata,Exception> badNodes,
                                                          com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)


Copyright © 2009-2011 jclouds. All Rights Reserved.