|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Template in org.jclouds.compute |
---|
Methods in org.jclouds.compute that return Template | |
---|---|
Template |
RunNodesException.getTemplate()
|
Methods in org.jclouds.compute with parameters of type Template | |
---|---|
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count,
Template template)
The compute api treats nodes as a group based on the name you specify. |
NodeMetadata |
JCloudsNativeComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
String name,
Template template,
Map<String,org.jclouds.domain.Credentials> credentialStore)
ComputeService.runNodesWithTag(String, int, Template) generates the parameters passed
into this method such that each node in the set has a unique name. |
N |
ComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
String name,
Template template,
Map<String,org.jclouds.domain.Credentials> credentialStore)
ComputeService.runNodesWithTag(String, int, Template) generates the parameters passed
into this method such that each node in the set has a unique name. |
Set<? extends NodeMetadata> |
ComputeService.runNodesWithTag(String tag,
int count,
Template template)
Deprecated. |
Constructors in org.jclouds.compute with parameters of type Template | |
---|---|
RunNodesException(String tag,
int count,
Template template,
Set<? extends NodeMetadata> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
|
Uses of Template in org.jclouds.compute.domain |
---|
Methods in org.jclouds.compute.domain that return Template | |
---|---|
Template |
TemplateBuilder.build()
Generate an immutable template from the current builder. |
Methods in org.jclouds.compute.domain with parameters of type Template | |
---|---|
TemplateBuilder |
TemplateBuilder.fromTemplate(Template image)
Configure this template to match the resources of the template parameter. |
Uses of Template in org.jclouds.compute.domain.internal |
---|
Classes in org.jclouds.compute.domain.internal that implement Template | |
---|---|
class |
TemplateImpl
|
Methods in org.jclouds.compute.domain.internal that return Template | |
---|---|
Template |
TemplateBuilderImpl.build()
Generate an immutable template from the current builder. |
Methods in org.jclouds.compute.domain.internal with parameters of type Template | |
---|---|
TemplateBuilder |
TemplateBuilderImpl.fromTemplate(Template template)
Configure this template to match the resources of the template parameter. |
Uses of Template in org.jclouds.compute.internal |
---|
Methods in org.jclouds.compute.internal with parameters of type Template | |
---|---|
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count,
Template template)
|
Set<? extends NodeMetadata> |
BaseComputeService.runNodesWithTag(String group,
int count,
Template template)
|
Uses of Template in org.jclouds.compute.strategy |
---|
Methods in org.jclouds.compute.strategy with parameters of type Template | |
---|---|
NodeMetadata |
CreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
create a node given the name and template parameters such as imageid, hardwareid, and locationid. |
Map<?,Future<Void>> |
CreateNodesInGroupThenAddToSet.execute(String group,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Uses of Template in org.jclouds.compute.strategy.impl |
---|
Methods in org.jclouds.compute.strategy.impl with parameters of type Template | |
---|---|
NodeMetadata |
AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
create a node given the name and template parameters such as imageid, hardwareid, and locationid. |
Map<?,Future<Void>> |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String tag,
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 tag into, then it simultaneously runs the nodes and applies options to them. |
protected String |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextName(String tag,
Template template)
Get a name using a random mechanism that still ties all nodes in a tag together. |
protected Set<String> |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextNames(String tag,
Template template,
int count)
Find the next node names that can be used. |
Uses of Template in org.jclouds.compute.stub.config |
---|
Methods in org.jclouds.compute.stub.config with parameters of type Template | |
---|---|
NodeMetadata |
StubComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String group,
String name,
Template template,
Map<String,org.jclouds.domain.Credentials> credentialStore)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |