|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeMetadata in org.jclouds.aws.ec2.compute |
---|
Methods in org.jclouds.aws.ec2.compute that return types with arguments of type NodeMetadata | |
---|---|
protected Set<? extends NodeMetadata> |
AWSEC2ComputeService.addUserMetadataFromTemplateOptionsToNodes(Template template,
String group,
Set<? extends NodeMetadata> nodes)
|
Set<? extends NodeMetadata> |
AWSEC2ComputeService.createNodesInGroup(String group,
int count,
Template template)
|
Method parameters in org.jclouds.aws.ec2.compute with type arguments of type NodeMetadata | |
---|---|
protected void |
AWSEC2ComputeService.addTagsToNodesFromUserMetadataInTemplate(Set<? extends NodeMetadata> nodes,
String group,
Template template)
|
protected Set<? extends NodeMetadata> |
AWSEC2ComputeService.addUserMetadataFromTemplateOptionsToNodes(Template template,
String group,
Set<? extends NodeMetadata> nodes)
|
Constructor parameters in org.jclouds.aws.ec2.compute with type arguments of type NodeMetadata | |
---|---|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
|
AWSEC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
AWSEC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap,
com.google.common.cache.Cache<RegionAndName,String> placementGroupMap,
com.google.common.base.Predicate<PlacementGroup> placementGroupDeleted,
boolean generateInstanceNames,
AWSEC2AsyncClient aclient)
|
Uses of NodeMetadata in org.jclouds.aws.ec2.compute.strategy |
---|
Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type NodeMetadata | |
---|---|
AWSEC2CreateNodesInGroupThenAddToSet(AWSEC2Client client,
AWSEC2AsyncClient aclient,
boolean generateInstanceNames,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
AWSEC2InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
|
AWSEC2GetNodeMetadataStrategy(AWSEC2Client client,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
|
AWSEC2ListNodesStrategy(AWSEC2AsyncClient client,
Set<String> regions,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
ExecutorService executor,
SpotInstanceRequestToAWSRunningInstance spotConverter)
|
Uses of NodeMetadata in org.jclouds.byon.functions |
---|
Methods in org.jclouds.byon.functions that return NodeMetadata | |
---|---|
NodeMetadata |
NodeToNodeMetadata.apply(Node from)
|
Uses of NodeMetadata in org.jclouds.byon.internal |
---|
Methods in org.jclouds.byon.internal that return NodeMetadata | |
---|---|
NodeMetadata |
BYONComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
String name,
Template template,
Map<String,Credentials> credentialStore)
|
NodeMetadata |
BYONComputeServiceAdapter.getNode(String id)
|
Methods in org.jclouds.byon.internal that return types with arguments of type NodeMetadata | |
---|---|
Iterable<NodeMetadata> |
BYONComputeServiceAdapter.listNodes()
|
Uses of NodeMetadata in org.jclouds.cloudloadbalancers.loadbalancer.strategy |
---|
Method parameters in org.jclouds.cloudloadbalancers.loadbalancer.strategy with type arguments of type NodeMetadata | |
---|---|
LoadBalancerMetadata |
CloudLoadBalancersLoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location,
String name,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
Uses of NodeMetadata in org.jclouds.cloudservers.compute.functions |
---|
Methods in org.jclouds.cloudservers.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from)
|
Uses of NodeMetadata in org.jclouds.cloudservers.compute.strategy |
---|
Fields in org.jclouds.cloudservers.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<Server,NodeMetadata> |
CloudServersCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata
|
Methods in org.jclouds.cloudservers.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
CloudServersCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
CloudServersDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
CloudServersGetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
CloudServersLifeCycleStrategy.rebootNode(String id)
|
NodeMetadata |
CloudServersLifeCycleStrategy.resumeNode(String id)
|
NodeMetadata |
CloudServersLifeCycleStrategy.suspendNode(String id)
|
Methods in org.jclouds.cloudservers.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
CloudServersListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.cloudservers.compute.strategy with type arguments of type NodeMetadata | |
---|---|
CloudServersCreateNodeWithGroupEncodedIntoName(CloudServersClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
CloudServersGetNodeMetadataStrategy(CloudServersClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
CloudServersListNodesStrategy(CloudServersClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.cloudsigma.compute.functions |
---|
Methods in org.jclouds.cloudsigma.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from)
|
Uses of NodeMetadata in org.jclouds.compute |
---|
Methods in org.jclouds.compute that return NodeMetadata | |
---|---|
NodeMetadata |
JCloudsNativeComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag,
String name,
Template template,
Map<String,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. |
NodeMetadata |
JCloudsNativeComputeServiceAdapter.getNode(String id)
|
NodeMetadata |
ComputeService.getNodeMetadata(String id)
Find a node by its id. |
Methods in org.jclouds.compute that return types with arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count)
Like ComputeService.createNodesInGroup(String,int,TemplateOptions) , except that the
options are default, as specified in ComputeService.templateOptions() . |
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. |
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count,
TemplateOptions templateOptions)
Like ComputeService.createNodesInGroup(String,int,Template) , except that the template
is default, equivalent to templateBuilder().any().options(templateOptions) . |
Set<? extends NodeMetadata> |
ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
Map<? extends NodeMetadata,? extends Throwable> |
RunScriptOnNodesException.getNodeErrors()
|
Map<? extends NodeMetadata,? extends Throwable> |
RunNodesException.getNodeErrors()
|
Map<NodeMetadata,ExecResponse> |
RunScriptOnNodesException.getSuccessfulNodes()
|
Set<? extends NodeMetadata> |
RunNodesException.getSuccessfulNodes()
|
Iterable<NodeMetadata> |
JCloudsNativeComputeServiceAdapter.listNodes()
|
Set<? extends NodeMetadata> |
ComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
get all nodes including details such as image and ip addresses even if it incurs extra requests to the service. |
Set<? extends NodeMetadata> |
ComputeService.runNodesWithTag(String tag,
int count)
Deprecated. |
Set<? extends NodeMetadata> |
ComputeService.runNodesWithTag(String tag,
int count,
Template template)
Deprecated. |
Set<? extends NodeMetadata> |
ComputeService.runNodesWithTag(String tag,
int count,
TemplateOptions templateOptions)
Deprecated. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript)
Deprecated. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript,
RunScriptOptions options)
Deprecated. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript,
RunScriptOptions options)
Run the script on all nodes with the specific predicate. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript,
RunScriptOptions options)
|
com.google.common.base.Function<NodeMetadata,SshClient> |
Utils.sshForNode()
|
Method parameters in org.jclouds.compute with type arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
void |
ComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
void |
ComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript)
Deprecated. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript,
RunScriptOptions options)
Deprecated. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript,
RunScriptOptions options)
Run the script on all nodes with the specific predicate. |
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
ComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript,
RunScriptOptions options)
|
void |
ComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
Constructor parameters in org.jclouds.compute with type arguments of type NodeMetadata | |
---|---|
RunNodesException(String tag,
int count,
Template template,
Set<? extends NodeMetadata> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
|
|
RunNodesException(String tag,
int count,
Template template,
Set<? extends NodeMetadata> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
|
|
RunScriptOnNodesException(Statement runScript,
RunScriptOptions options,
Map<NodeMetadata,ExecResponse> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
|
|
RunScriptOnNodesException(Statement runScript,
RunScriptOptions options,
Map<NodeMetadata,ExecResponse> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
|
Uses of NodeMetadata in org.jclouds.compute.callables |
---|
Fields in org.jclouds.compute.callables declared as NodeMetadata | |
---|---|
protected NodeMetadata |
RunScriptOnNodeUsingSsh.node
|
protected NodeMetadata |
SudoAwareInitManager.node
|
Fields in org.jclouds.compute.callables with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<NodeMetadata,SshClient> |
RunScriptOnNodeUsingSsh.sshFactory
|
protected com.google.common.base.Function<NodeMetadata,SshClient> |
SudoAwareInitManager.sshFactory
|
Methods in org.jclouds.compute.callables that return NodeMetadata | |
---|---|
NodeMetadata |
RunScriptOnNodeUsingSsh.getNode()
|
NodeMetadata |
SudoAwareInitManager.getNode()
|
NodeMetadata |
RunScriptOnNode.getNode()
the node this command is being executed on. |
Methods in org.jclouds.compute.callables with parameters of type NodeMetadata | |
---|---|
RunScriptOnNode |
RunScriptOnNode.Factory.create(NodeMetadata node,
Statement script,
RunScriptOptions options)
|
com.google.common.util.concurrent.ListenableFuture<ExecResponse> |
RunScriptOnNode.Factory.submit(NodeMetadata node,
Statement script,
RunScriptOptions options)
|
Constructors in org.jclouds.compute.callables with parameters of type NodeMetadata | |
---|---|
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement script,
RunScriptOptions options)
|
|
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory,
ComputeServiceConstants.Timeouts timeouts,
com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement script,
RunScriptOptions options)
|
|
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement statement,
RunScriptOptions options)
|
|
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
boolean runAsRoot,
NodeMetadata node,
InitBuilder init)
|
Constructor parameters in org.jclouds.compute.callables with type arguments of type NodeMetadata | |
---|---|
RunScriptOnNodeAsInitScriptUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement script,
RunScriptOptions options)
|
|
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete(BlockUntilInitScriptStatusIsZeroThenReturnOutput.Factory statusFactory,
ComputeServiceConstants.Timeouts timeouts,
com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement script,
RunScriptOptions options)
|
|
RunScriptOnNodeUsingSsh(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
NodeMetadata node,
Statement statement,
RunScriptOptions options)
|
|
SudoAwareInitManager(com.google.common.base.Function<NodeMetadata,SshClient> sshFactory,
boolean runAsRoot,
NodeMetadata node,
InitBuilder init)
|
Uses of NodeMetadata in org.jclouds.compute.config |
---|
Fields in org.jclouds.compute.config with type parameters of type NodeMetadata | |
---|---|
protected Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> |
JCloudsNativeComputeServiceAdapterContextModule.adapter
|
Methods in org.jclouds.compute.config that return types with arguments of type NodeMetadata | |
---|---|
protected com.google.common.base.Predicate<NodeMetadata> |
ComputeServiceTimeoutsModule.nodeRunning(NodeRunning stateRunning,
ComputeServiceConstants.Timeouts timeouts)
|
protected com.google.common.base.Predicate<NodeMetadata> |
ComputeServiceTimeoutsModule.serverSuspended(NodeSuspended stateSuspended,
ComputeServiceConstants.Timeouts timeouts)
|
protected com.google.common.base.Predicate<NodeMetadata> |
ComputeServiceTimeoutsModule.serverTerminated(NodeTerminated stateTerminated,
ComputeServiceConstants.Timeouts timeouts)
|
Constructor parameters in org.jclouds.compute.config with type arguments of type NodeMetadata | |
---|---|
JCloudsNativeComputeServiceAdapterContextModule(Class<S> syncClientType,
Class<A> asyncClientType,
Class<? extends ComputeServiceAdapter<NodeMetadata,Hardware,Image,Location>> adapter)
|
Uses of NodeMetadata in org.jclouds.compute.domain |
---|
Methods in org.jclouds.compute.domain that return NodeMetadata | |
---|---|
NodeMetadata |
NodeMetadataBuilder.build()
|
Methods in org.jclouds.compute.domain with parameters of type NodeMetadata | |
---|---|
static NodeMetadataBuilder |
NodeMetadataBuilder.fromNodeMetadata(NodeMetadata node)
|
Uses of NodeMetadata in org.jclouds.compute.domain.internal |
---|
Classes in org.jclouds.compute.domain.internal that implement NodeMetadata | |
---|---|
class |
NodeMetadataImpl
|
Uses of NodeMetadata in org.jclouds.compute.functions |
---|
Methods in org.jclouds.compute.functions with parameters of type NodeMetadata | |
---|---|
SshClient |
CreateSshClientOncePortIsListeningOnNode.apply(NodeMetadata node)
|
Uses of NodeMetadata in org.jclouds.compute.internal |
---|
Methods in org.jclouds.compute.internal that return NodeMetadata | |
---|---|
NodeMetadata |
BaseComputeService.getNodeMetadata(String id)
Find a node by its id. |
protected NodeMetadata |
BaseComputeService.updateNodeWithCredentialsIfPresent(NodeMetadata node,
RunScriptOptions options)
|
Methods in org.jclouds.compute.internal that return types with arguments of type NodeMetadata | |
---|---|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.always(Statement statement)
|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.always(Statement statement)
|
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count)
|
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count,
Template template)
|
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count,
TemplateOptions templateOptions)
|
Set<? extends NodeMetadata> |
BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.ifAdminAccess(Statement statement)
|
com.google.common.base.Function<NodeMetadata,NodeMetadata> |
PersistNodeCredentials.ifAdminAccess(Statement statement)
|
Set<? extends NodeMetadata> |
BaseComputeService.listNodesDetailsMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
get all nodes including details such as image and ip addresses even if it incurs extra requests to the service. |
Set<? extends NodeMetadata> |
BaseComputeService.runNodesWithTag(String group,
int count)
|
Set<? extends NodeMetadata> |
BaseComputeService.runNodesWithTag(String group,
int count,
Template template)
|
Set<? extends NodeMetadata> |
BaseComputeService.runNodesWithTag(String group,
int count,
TemplateOptions templateOptions)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript,
RunScriptOptions options)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript,
RunScriptOptions options)
Run the script on all nodes with the specific predicate. |
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript,
RunScriptOptions options)
|
com.google.common.base.Function<NodeMetadata,SshClient> |
UtilsImpl.sshForNode()
|
Methods in org.jclouds.compute.internal with parameters of type NodeMetadata | |
---|---|
protected NodeMetadata |
BaseComputeService.updateNodeWithCredentialsIfPresent(NodeMetadata node,
RunScriptOptions options)
|
Method parameters in org.jclouds.compute.internal with type arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
void |
BaseComputeService.rebootNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
void |
BaseComputeService.resumeNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Payload runScript,
RunScriptOptions options)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript)
|
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
Statement runScript,
RunScriptOptions options)
Run the script on all nodes with the specific predicate. |
Map<NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript)
|
Map<? extends NodeMetadata,ExecResponse> |
BaseComputeService.runScriptOnNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter,
String runScript,
RunScriptOptions options)
|
void |
BaseComputeService.suspendNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
nodes matching the filter are treated as a logical set. |
Constructor parameters in org.jclouds.compute.internal with type arguments of type NodeMetadata | |
---|---|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
|
BaseComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of NodeMetadata in org.jclouds.compute.predicates |
---|
Fields in org.jclouds.compute.predicates with type parameters of type NodeMetadata | |
---|---|
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.RUNNING
Match nodes with State == RUNNING |
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.TERMINATED
Match nodes with State == NODE_TERMINATED |
Methods in org.jclouds.compute.predicates that return types with arguments of type NodeMetadata | |
---|---|
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.inGroup(String group)
Return nodes in the specified group. |
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.runningInGroup(String group)
Return nodes with specified group that are in the NODE_RUNNING state. |
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.runningWithTag(String tag)
Deprecated. |
static com.google.common.base.Predicate<NodeMetadata> |
NodePredicates.withTag(String tag)
Deprecated. |
Methods in org.jclouds.compute.predicates with parameters of type NodeMetadata | |
---|---|
boolean |
NodePresentAndInIntendedState.apply(NodeMetadata node)
|
boolean |
NodeTerminated.apply(NodeMetadata node)
|
Uses of NodeMetadata in org.jclouds.compute.strategy |
---|
Methods in org.jclouds.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
CreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
create a node given the name and template parameters such as imageid, hardwareid, and locationid. |
NodeMetadata |
DestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
GetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
RebootNodeStrategy.rebootNode(String id)
|
NodeMetadata |
ResumeNodeStrategy.resumeNode(String id)
|
NodeMetadata |
SuspendNodeStrategy.suspendNode(String id)
|
Methods in org.jclouds.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
com.google.common.base.Function<NodeMetadata,Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Iterable<? extends NodeMetadata> |
ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Methods in org.jclouds.compute.strategy with parameters of type NodeMetadata | |
---|---|
Void |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.apply(NodeMetadata input)
|
Callable<RunScriptOnNode> |
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node,
Statement script,
RunScriptOptions options,
Map<NodeMetadata,Exception> badNodes)
|
Callable<Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
NodeMetadata node,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Method parameters in org.jclouds.compute.strategy with type arguments of type NodeMetadata | |
---|---|
Callable<RunScriptOnNode> |
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node,
Statement script,
RunScriptOptions options,
Map<NodeMetadata,Exception> badNodes)
|
Callable<Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
NodeMetadata node,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Callable<Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
NodeMetadata node,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Callable<Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
NodeMetadata node,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
com.google.common.base.Function<NodeMetadata,Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
com.google.common.base.Function<NodeMetadata,Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
com.google.common.base.Function<NodeMetadata,Void> |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory.create(TemplateOptions options,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
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)
|
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)
|
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)
|
Constructors in org.jclouds.compute.strategy with parameters of type NodeMetadata | |
---|---|
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap(com.google.common.base.Predicate<NodeMetadata> nodeRunning,
GetNodeMetadataStrategy getNode,
RetryIfSocketNotYetOpen socketTester,
ComputeServiceConstants.Timeouts timeouts,
com.google.common.base.Function<TemplateOptions,Statement> templateOptionsToStatement,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
TemplateOptions options,
NodeMetadata node,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Uses of NodeMetadata in org.jclouds.compute.strategy.impl |
---|
Methods in org.jclouds.compute.strategy.impl that return NodeMetadata | |
---|---|
NodeMetadata |
AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
create a node given the name and template parameters such as imageid, hardwareid, and locationid. |
NodeMetadata |
AdaptingComputeServiceStrategies.destroyNode(String id)
|
NodeMetadata |
AdaptingComputeServiceStrategies.getNode(String id)
|
NodeMetadata |
AdaptingComputeServiceStrategies.rebootNode(String id)
|
NodeMetadata |
AdaptingComputeServiceStrategies.resumeNode(String id)
|
NodeMetadata |
AdaptingComputeServiceStrategies.suspendNode(String id)
|
Methods in org.jclouds.compute.strategy.impl that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
AdaptingComputeServiceStrategies.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Method parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata | |
---|---|
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. |
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. |
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. |
Constructor parameters in org.jclouds.compute.strategy.impl with type arguments of type NodeMetadata | |
---|---|
AdaptingComputeServiceStrategies(Map<String,Credentials> credentialStore,
ComputeServiceAdapter<N,H,I,L> client,
com.google.common.base.Function<N,NodeMetadata> nodeMetadataAdapter)
|
Uses of NodeMetadata in org.jclouds.compute.stub.config |
---|
Fields in org.jclouds.compute.stub.config with type parameters of type NodeMetadata | |
---|---|
protected static ConcurrentMap<String,NodeMetadata> |
StubComputeServiceDependenciesModule.backing
|
Methods in org.jclouds.compute.stub.config that return NodeMetadata | |
---|---|
NodeMetadata |
StubComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String group,
String name,
Template template,
Map<String,Credentials> credentialStore)
|
NodeMetadata |
StubComputeServiceAdapter.getNode(String id)
|
Methods in org.jclouds.compute.stub.config that return types with arguments of type NodeMetadata | |
---|---|
Iterable<NodeMetadata> |
StubComputeServiceAdapter.listNodes()
|
Methods in org.jclouds.compute.stub.config with parameters of type NodeMetadata | |
---|---|
protected static void |
StubComputeServiceDependenciesModule.nodeWithState(NodeMetadata node,
NodeState state)
|
static void |
StubComputeServiceDependenciesModule.setState(NodeMetadata node,
NodeState state,
long millis)
|
Constructor parameters in org.jclouds.compute.stub.config with type arguments of type NodeMetadata | |
---|---|
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes,
com.google.common.base.Supplier<Location> location,
javax.inject.Provider<Integer> idProvider,
String publicIpPrefix,
String privateIpPrefix,
String passwordPrefix,
JustProvider locationSupplier,
Map<OsFamily,Map<String,String>> osToVersionMap,
Map<String,Credentials> credentialStore)
|
|
StubComputeServiceDependenciesModule.StubSocketOpen(ConcurrentMap<String,NodeMetadata> nodes,
String publicIpPrefix)
|
Uses of NodeMetadata in org.jclouds.compute.util |
---|
Methods in org.jclouds.compute.util with parameters of type NodeMetadata | |
---|---|
static void |
ComputeServiceUtils.checkNodeHasIps(NodeMetadata node)
|
static IPSocket |
ComputeServiceUtils.findReachableSocketOnNode(RetryIfSocketNotYetOpen socketTester,
NodeMetadata node,
int port)
|
Uses of NodeMetadata in org.jclouds.deltacloud.compute.functions |
---|
Methods in org.jclouds.deltacloud.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
InstanceToNodeMetadata.apply(Instance from)
|
Uses of NodeMetadata in org.jclouds.ec2.compute |
---|
Methods in org.jclouds.ec2.compute that return types with arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
EC2ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
like BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate except that this will
clean implicit keypairs and security groups. |
Method parameters in org.jclouds.ec2.compute with type arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
EC2ComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
like BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate except that this will
clean implicit keypairs and security groups. |
Constructor parameters in org.jclouds.ec2.compute with type arguments of type NodeMetadata | |
---|---|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
|
|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
|
|
EC2ComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy startNodeStrategy,
SuspendNodeStrategy stopNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
EC2Client ec2Client,
ConcurrentMap<RegionAndName,KeyPair> credentialsMap,
com.google.common.cache.Cache<RegionAndName,String> securityGroupMap)
|
Uses of NodeMetadata in org.jclouds.ec2.compute.functions |
---|
Methods in org.jclouds.ec2.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
RunningInstanceToNodeMetadata.apply(RunningInstance instance)
|
Uses of NodeMetadata in org.jclouds.ec2.compute.strategy |
---|
Fields in org.jclouds.ec2.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<RunningInstance,NodeMetadata> |
EC2ListNodesStrategy.runningInstanceToNodeMetadata
|
Methods in org.jclouds.ec2.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
EC2DestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
EC2GetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
EC2RebootNodeStrategy.rebootNode(String id)
|
NodeMetadata |
EC2ResumeNodeStrategy.resumeNode(String id)
|
NodeMetadata |
EC2SuspendNodeStrategy.suspendNode(String id)
|
Methods in org.jclouds.ec2.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
EC2ListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Method parameters in org.jclouds.ec2.compute.strategy with type arguments of type NodeMetadata | |
---|---|
Map<?,Future<Void>> |
EC2CreateNodesInGroupThenAddToSet.execute(String group,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Map<?,Future<Void>> |
EC2CreateNodesInGroupThenAddToSet.execute(String group,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Map<?,Future<Void>> |
EC2CreateNodesInGroupThenAddToSet.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.ec2.compute.strategy with type arguments of type NodeMetadata | |
---|---|
EC2CreateNodesInGroupThenAddToSet(EC2Client client,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions createKeyPairAndSecurityGroupsAsNeededAndReturncustomize,
InstancePresent instancePresent,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
com.google.common.cache.Cache<RunningInstance,Credentials> instanceToCredentials,
Map<String,Credentials> credentialStore,
ComputeUtils utils)
|
|
EC2GetNodeMetadataStrategy(EC2Client client,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata)
|
|
EC2ListNodesStrategy(EC2AsyncClient client,
Set<String> regions,
com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata,
ExecutorService executor)
|
Uses of NodeMetadata in org.jclouds.elasticstack.compute.functions |
---|
Methods in org.jclouds.elasticstack.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from)
|
Uses of NodeMetadata in org.jclouds.gogrid.compute |
---|
Constructor parameters in org.jclouds.gogrid.compute with type arguments of type NodeMetadata | |
---|---|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
|
GoGridComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> hardwareProfiles,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
InitAdminAccess initAdminAccess,
RunScriptOnNode.Factory runScriptOnNodeFactory,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor)
|
Uses of NodeMetadata in org.jclouds.gogrid.compute.functions |
---|
Methods in org.jclouds.gogrid.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from)
|
Uses of NodeMetadata in org.jclouds.gogrid.compute.strategy |
---|
Methods in org.jclouds.gogrid.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
FindIpThenCreateNodeInGroup.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
GoGridDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
GoGridGetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
GoGridLifeCycleStrategy.rebootNode(String id)
|
NodeMetadata |
GoGridLifeCycleStrategy.resumeNode(String id)
|
NodeMetadata |
GoGridLifeCycleStrategy.suspendNode(String id)
|
Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
GoGridListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type NodeMetadata | |
---|---|
FindIpThenCreateNodeInGroup(GoGridClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata,
com.google.common.base.Function<Hardware,String> sizeToRam,
ComputeServiceConstants.Timeouts timeouts)
|
|
GoGridGetNodeMetadataStrategy(GoGridClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
GoGridListNodesStrategy(GoGridClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.loadbalancer |
---|
Method parameters in org.jclouds.loadbalancer with type arguments of type NodeMetadata | |
---|---|
B |
LoadBalancerServiceAdapter.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
LoadBalancerMetadata |
LoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
Uses of NodeMetadata in org.jclouds.loadbalancer.internal |
---|
Method parameters in org.jclouds.loadbalancer.internal with type arguments of type NodeMetadata | |
---|---|
LoadBalancerMetadata |
BaseLoadBalancerService.createLoadBalancerInLocation(Location location,
String loadBalancerName,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
Uses of NodeMetadata in org.jclouds.loadbalancer.strategy |
---|
Method parameters in org.jclouds.loadbalancer.strategy with type arguments of type NodeMetadata | |
---|---|
LoadBalancerMetadata |
LoadBalanceNodesStrategy.createLoadBalancerInLocation(Location location,
String name,
String protocol,
int loadBalancerPort,
int instancePort,
Iterable<? extends NodeMetadata> nodes)
|
Uses of NodeMetadata in org.jclouds.openstack.nova.compute.functions |
---|
Methods in org.jclouds.openstack.nova.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from)
|
Uses of NodeMetadata in org.jclouds.openstack.nova.compute.strategy |
---|
Fields in org.jclouds.openstack.nova.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<Server,NodeMetadata> |
NovaCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata
|
Methods in org.jclouds.openstack.nova.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
NovaCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
NovaDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
NovaGetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
NovaLifeCycleStrategy.rebootNode(String id)
|
NodeMetadata |
NovaLifeCycleStrategy.resumeNode(String id)
|
NodeMetadata |
NovaLifeCycleStrategy.suspendNode(String id)
|
Methods in org.jclouds.openstack.nova.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
NovaListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.openstack.nova.compute.strategy with type arguments of type NodeMetadata | |
---|---|
NovaCreateNodeWithGroupEncodedIntoName(NovaClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
NovaGetNodeMetadataStrategy(NovaClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
NovaListNodesStrategy(NovaClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.rimuhosting.miro.compute.functions |
---|
Methods in org.jclouds.rimuhosting.miro.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from)
|
Uses of NodeMetadata in org.jclouds.rimuhosting.miro.compute.strategy |
---|
Fields in org.jclouds.rimuhosting.miro.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<Server,NodeMetadata> |
RimuHostingCreateNodeWithGroupEncodedIntoName.serverToNodeMetadata
|
Methods in org.jclouds.rimuhosting.miro.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
RimuHostingCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
RimuHostingDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
RimuHostingGetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
RimuHostingLifeCycleStrategy.rebootNode(String id)
|
NodeMetadata |
RimuHostingLifeCycleStrategy.resumeNode(String id)
|
NodeMetadata |
RimuHostingLifeCycleStrategy.suspendNode(String id)
|
Methods in org.jclouds.rimuhosting.miro.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
RimuHostingListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.rimuhosting.miro.compute.strategy with type arguments of type NodeMetadata | |
---|---|
RimuHostingCreateNodeWithGroupEncodedIntoName(RimuHostingClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
RimuHostingGetNodeMetadataStrategy(RimuHostingClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
|
RimuHostingListNodesStrategy(RimuHostingClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.savvis.vpdc.compute.functions |
---|
Methods in org.jclouds.savvis.vpdc.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
VMToNodeMetadata.apply(VM from)
|
Uses of NodeMetadata in org.jclouds.servermanager.compute.functions |
---|
Methods in org.jclouds.servermanager.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from)
|
Uses of NodeMetadata in org.jclouds.slicehost.compute.functions |
---|
Methods in org.jclouds.slicehost.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
SliceToNodeMetadata.apply(Slice from)
|
Uses of NodeMetadata in org.jclouds.slicehost.compute.strategy |
---|
Fields in org.jclouds.slicehost.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<Slice,NodeMetadata> |
SlicehostCreateNodeWithGroupEncodedIntoName.sliceToNodeMetadata
|
Methods in org.jclouds.slicehost.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
SlicehostCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
SlicehostDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
SlicehostGetNodeMetadataStrategy.getNode(String id)
|
NodeMetadata |
SlicehostLifeCycleStrategy.rebootNode(String id)
|
NodeMetadata |
SlicehostLifeCycleStrategy.resumeNode(String id)
|
NodeMetadata |
SlicehostLifeCycleStrategy.suspendNode(String id)
|
Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<? extends NodeMetadata> |
SlicehostListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.slicehost.compute.strategy with type arguments of type NodeMetadata | |
---|---|
SlicehostCreateNodeWithGroupEncodedIntoName(SlicehostClient client,
Map<String,Credentials> credentialStore,
com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
|
|
SlicehostGetNodeMetadataStrategy(SlicehostClient client,
com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
|
|
SlicehostListNodesStrategy(SlicehostClient client,
com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.softlayer.compute.functions |
---|
Methods in org.jclouds.softlayer.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
VirtualGuestToNodeMetadata.apply(VirtualGuest from)
|
Uses of NodeMetadata in org.jclouds.trmk.vcloud_0_8.compute |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute that return types with arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
TerremarkVCloudComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
like BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate except that this will
clean implicit keypairs. |
Method parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type NodeMetadata | |
---|---|
Set<? extends NodeMetadata> |
TerremarkVCloudComputeService.destroyNodesMatching(com.google.common.base.Predicate<NodeMetadata> filter)
like BaseComputeService.destroyNodesMatching(com.google.common.base.Predicate except that this will
clean implicit keypairs. |
Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute with type arguments of type NodeMetadata | |
---|---|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap,
NodeMetadataToOrgAndName nodeToOrgAndName)
|
|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap,
NodeMetadataToOrgAndName nodeToOrgAndName)
|
|
TerremarkVCloudComputeService(ComputeServiceContext context,
Map<String,Credentials> credentialStore,
com.google.common.base.Supplier<Set<? extends Image>> images,
com.google.common.base.Supplier<Set<? extends Hardware>> sizes,
com.google.common.base.Supplier<Set<? extends Location>> locations,
ListNodesStrategy listNodesStrategy,
GetNodeMetadataStrategy getNodeMetadataStrategy,
CreateNodesInGroupThenAddToSet runNodesAndAddToSetStrategy,
RebootNodeStrategy rebootNodeStrategy,
DestroyNodeStrategy destroyNodeStrategy,
ResumeNodeStrategy resumeNodeStrategy,
SuspendNodeStrategy suspendNodeStrategy,
javax.inject.Provider<TemplateBuilder> templateBuilderProvider,
javax.inject.Provider<TemplateOptions> templateOptionsProvider,
com.google.common.base.Predicate<NodeMetadata> nodeRunning,
com.google.common.base.Predicate<NodeMetadata> nodeTerminated,
com.google.common.base.Predicate<NodeMetadata> nodeSuspended,
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory initScriptRunnerFactory,
RunScriptOnNode.Factory runScriptOnNodeFactory,
InitAdminAccess initAdminAccess,
PersistNodeCredentials persistNodeCredentials,
ComputeServiceConstants.Timeouts timeouts,
ExecutorService executor,
CleanupOrphanKeys cleanupOrphanKeys,
ConcurrentMap<OrgAndName,KeyPairCredentials> credentialsMap,
NodeMetadataToOrgAndName nodeToOrgAndName)
|
Uses of NodeMetadata in org.jclouds.trmk.vcloud_0_8.compute.functions |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
VAppToNodeMetadata.apply(VApp from)
|
Methods in org.jclouds.trmk.vcloud_0_8.compute.functions with parameters of type NodeMetadata | |
---|---|
OrgAndName |
NodeMetadataToOrgAndName.apply(NodeMetadata from)
|
Uses of NodeMetadata in org.jclouds.trmk.vcloud_0_8.compute.strategy |
---|
Fields in org.jclouds.trmk.vcloud_0_8.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<VApp,NodeMetadata> |
StartVAppWithGroupEncodedIntoName.vAppToNodeMetadata
|
protected com.google.common.base.Function<VApp,NodeMetadata> |
TerremarkVCloudGetNodeMetadataStrategy.vAppToNodeMetadata
|
Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
StartVAppWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
NodeMetadata |
TerremarkVCloudDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
TerremarkVCloudGetNodeMetadataStrategy.getNode(String in)
|
NodeMetadata |
TerremarkVCloudLifeCycleStrategy.rebootNode(String in)
|
NodeMetadata |
TerremarkVCloudLifeCycleStrategy.resumeNode(String in)
|
NodeMetadata |
TerremarkVCloudLifeCycleStrategy.suspendNode(String in)
|
Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<NodeMetadata> |
TerremarkVCloudListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Method parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type NodeMetadata | |
---|---|
void |
CleanupOrphanKeys.execute(Iterable<? extends NodeMetadata> deadOnes)
|
Map<?,Future<Void>> |
TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy.execute(String tag,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Map<?,Future<Void>> |
TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy.execute(String tag,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Map<?,Future<Void>> |
TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy.execute(String tag,
int count,
Template template,
Set<NodeMetadata> goodNodes,
Map<NodeMetadata,Exception> badNodes,
com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
|
Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.strategy with type arguments of type NodeMetadata | |
---|---|
StartVAppWithGroupEncodedIntoName(TerremarkVCloudComputeClient computeClient,
com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata,
TemplateToInstantiateOptions getOptions,
Map<String,Credentials> credentialStore)
|
|
TerremarkVCloudGetNodeMetadataStrategy(TerremarkVCloudClient client,
com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata)
|
Uses of NodeMetadata in org.jclouds.vcloud.compute.functions |
---|
Methods in org.jclouds.vcloud.compute.functions that return NodeMetadata | |
---|---|
NodeMetadata |
VAppToNodeMetadata.apply(VApp from)
|
Uses of NodeMetadata in org.jclouds.vcloud.compute.strategy |
---|
Fields in org.jclouds.vcloud.compute.strategy with type parameters of type NodeMetadata | |
---|---|
protected com.google.common.base.Function<VApp,NodeMetadata> |
VCloudGetNodeMetadataStrategy.vAppToNodeMetadata
|
Methods in org.jclouds.vcloud.compute.strategy that return NodeMetadata | |
---|---|
NodeMetadata |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template)
|
NodeMetadata |
VCloudDestroyNodeStrategy.destroyNode(String id)
|
NodeMetadata |
VCloudGetNodeMetadataStrategy.getNode(String in)
|
NodeMetadata |
VCloudLifeCycleStrategy.rebootNode(String in)
|
NodeMetadata |
VCloudLifeCycleStrategy.resumeNode(String in)
|
NodeMetadata |
VCloudLifeCycleStrategy.suspendNode(String in)
|
Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type NodeMetadata | |
---|---|
Iterable<NodeMetadata> |
VCloudListNodesStrategy.listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
|
Constructor parameters in org.jclouds.vcloud.compute.strategy with type arguments of type NodeMetadata | |
---|---|
VCloudGetNodeMetadataStrategy(VCloudClient client,
com.google.common.base.Function<VApp,NodeMetadata> vAppToNodeMetadata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |