public final class CreateNodesWithGroupEncodedIntoNameThenAddToSet extends CreateNodesWithGroupEncodedIntoNameThenAddToSet
CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_INTERNAL_NETWORK_RANGE |
static String |
DEFAULT_NETWORK_NAME |
static String |
EXTERIOR_RANGE |
protected Logger |
logger |
addNodeWithGroupStrategy, customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, listNodesStrategy, namingConvention, userExecutor
Modifier and Type | Method and Description |
---|---|
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)
This implementation gets a list of acceptable node names to encode the group into, then it
simultaneously runs the nodes and applies options to them.
|
static String |
nameFromNetworkString(String networkString) |
static List<String> |
simplifyPorts(int[] ports) |
createNodeInGroupWithNameAndTemplate, getNextNames
public static final String EXTERIOR_RANGE
public static final String DEFAULT_INTERNAL_NETWORK_RANGE
public static final String DEFAULT_NETWORK_NAME
@Named(value="jclouds.compute") protected Logger logger
public 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)
CreateNodesWithGroupEncodedIntoNameThenAddToSet
execute
in interface CreateNodesInGroupThenAddToSet
execute
in class CreateNodesWithGroupEncodedIntoNameThenAddToSet
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.