org.jclouds.compute.strategy
Interface CreateNodesInGroupThenAddToSet

All Known Implementing Classes:
CreateNodesWithGroupEncodedIntoNameThenAddToSet

public interface CreateNodesInGroupThenAddToSet


Method Summary
 Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Method Detail

execute

Map<?,com.google.common.util.concurrent.ListenableFuture<Void>> execute(String group,
                                                                        int count,
                                                                        Template template,
                                                                        Set<NodeMetadata> goodNodes,
                                                                        Map<NodeMetadata,Exception> badNodes,
                                                                        com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.