org.jclouds.compute.util
Class ComputeUtils

java.lang.Object
  extended by org.jclouds.compute.util.ComputeUtils

@Singleton
public class ComputeUtils
extends Object

Author:
Adrian Cole

Constructor Summary
ComputeUtils(CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, ExecutorService executor)
           
 
Method Summary
 Map<?,Future<Void>> customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options, Iterable<NodeMetadata> runningNodes, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComputeUtils

@Inject
public ComputeUtils(CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
                           @Named(value="jclouds.user-threads")
                           ExecutorService executor)
Method Detail

customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap

public Map<?,Future<Void>> customizeNodesAndAddToGoodMapOrPutExceptionIntoBadMap(TemplateOptions options,
                                                                                 Iterable<NodeMetadata> runningNodes,
                                                                                 Set<NodeMetadata> goodNodes,
                                                                                 Map<NodeMetadata,Exception> badNodes,
                                                                                 com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)


Copyright © 2009-2011 jclouds. All Rights Reserved.