|
||||||||||
| 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. |
JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials |
JCloudsNativeComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
ComputeService.createNodesInGroup(String, int, Template) generates the parameters
passed into this method such that each node in the set has a unique name. |
ComputeServiceAdapter.NodeAndInitialCredentials<N> |
ComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
ComputeService.createNodesInGroup(String, int, Template) generates the parameters
passed into this method such that each node in the set has a unique name. |
| Constructors in org.jclouds.compute with parameters of type Template | |
|---|---|
RunNodesException(String group,
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. |
Template |
Template.clone()
clone this template |
| 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. |
Template |
TemplateImpl.clone()
clone this template |
| 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.functions |
|---|
| Methods in org.jclouds.compute.functions with parameters of type Template | |
|---|---|
org.jclouds.domain.LoginCredentials |
DefaultCredentialsFromImageOrOverridingCredentials.apply(Template template)
|
| 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)
|
| Uses of Template in org.jclouds.compute.strategy |
|---|
| Methods in org.jclouds.compute.strategy with parameters of type Template | |
|---|---|
org.jclouds.domain.LoginCredentials |
PrioritizeCredentialsFromTemplate.apply(Template template,
org.jclouds.domain.LoginCredentials fromNode)
|
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<?,com.google.common.util.concurrent.ListenableFuture<Void>> |
CreateNodesInGroupThenAddToSet.execute(String group,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
| Constructor parameters in org.jclouds.compute.strategy with type arguments of type Template | |
|---|---|
PrioritizeCredentialsFromTemplate(com.google.common.base.Function<Template,org.jclouds.domain.LoginCredentials> credentialsFromImageOrTemplateOptions)
|
|
| Uses of Template in org.jclouds.compute.strategy.impl |
|---|
| Methods in org.jclouds.compute.strategy.impl with parameters of type Template | |
|---|---|
protected com.google.common.util.concurrent.ListenableFuture<AtomicReference<NodeMetadata>> |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate(String group,
String name,
Template template)
This calls logic necessary to create a node and convert it from its provider-specific object to the jclouds NodeMetadata object. |
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<?,com.google.common.util.concurrent.ListenableFuture<Void>> |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.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. |
protected Set<String> |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextNames(String group,
Template template,
int count)
Find the next node names that can be used. |
| Constructors in org.jclouds.compute.strategy.impl with parameters of type Template | |
|---|---|
CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode(String name,
String group,
Template template)
|
|
| Uses of Template in org.jclouds.compute.stub.config |
|---|
| Methods in org.jclouds.compute.stub.config with parameters of type Template | |
|---|---|
JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials |
StubComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||