Uses of Class
org.jclouds.compute.domain.ExecResponse
-
-
Uses of ExecResponse in org.jclouds.compute
Methods in org.jclouds.compute that return ExecResponse Modifier and Type Method Description ExecResponse
ComputeService. runScriptOnNode(String id, String runScript)
ExecResponse
ComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)
ExecResponse
ComputeService. runScriptOnNode(String id, Statement runScript)
ExecResponse
ComputeService. runScriptOnNode(String id, Statement runScript, RunScriptOptions options)
Run the script on a specific nodeMethods in org.jclouds.compute that return types with arguments of type ExecResponse Modifier and Type Method Description Map<NodeMetadata,ExecResponse>
RunScriptOnNodesException. getSuccessfulNodes()
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<? extends NodeMetadata,ExecResponse>
ComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.com.google.common.util.concurrent.ListenableFuture<ExecResponse>
ComputeService. submitScriptOnNode(String id, String runScript, RunScriptOptions options)
Run the script on a specific node in the background, typically asnohup
com.google.common.util.concurrent.ListenableFuture<ExecResponse>
ComputeService. submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)
Constructor parameters in org.jclouds.compute with type arguments of type ExecResponse Constructor Description RunScriptOnNodesException(Statement runScript, RunScriptOptions options, Map<NodeMetadata,ExecResponse> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
-
Uses of ExecResponse in org.jclouds.compute.callables
Methods in org.jclouds.compute.callables that return ExecResponse Modifier and Type Method Description ExecResponse
RunScriptOnNode. call()
Note thatRunScriptOnNode.init()
must be called first.ExecResponse
RunScriptOnNodeAsInitScriptUsingSsh. call()
ExecResponse
RunScriptOnNodeUsingSsh. call()
protected ExecResponse
RunScriptOnNodeAsInitScriptUsingSsh. doCall()
ExecResponse
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete. doCall()
ExecResponse
BlockUntilInitScriptStatusIsZeroThenReturnOutput. get(long timeout, TimeUnit unit)
ExecResponse
SudoAwareInitManager. refreshAndRunAction(String action)
ExecResponse
SudoAwareInitManager. runAction(String action)
protected ExecResponse
RunScriptOnNodeUsingSsh. runCommand(String command)
Methods in org.jclouds.compute.callables that return types with arguments of type ExecResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExecResponse>
ScriptStillRunningException. get()
com.google.common.util.concurrent.ListenableFuture<ExecResponse>
RunScriptOnNode.Factory. submit(NodeMetadata node, Statement script, RunScriptOptions options)
Methods in org.jclouds.compute.callables with parameters of type ExecResponse Modifier and Type Method Description protected boolean
BlockUntilInitScriptStatusIsZeroThenReturnOutput. set(ExecResponse value)
Constructor parameters in org.jclouds.compute.callables with type arguments of type ExecResponse Constructor Description ScriptStillRunningException(long timeout, TimeUnit unit, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
ScriptStillRunningException(String message, com.google.common.util.concurrent.ListenableFuture<ExecResponse> delegate)
-
Uses of ExecResponse in org.jclouds.compute.events
Methods in org.jclouds.compute.events that return ExecResponse Modifier and Type Method Description ExecResponse
StatementOnNodeCompletion. getResponse()
Constructors in org.jclouds.compute.events with parameters of type ExecResponse Constructor Description StatementOnNodeCompletion(Statement statement, NodeMetadata node, ExecResponse response)
-
Uses of ExecResponse in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that return ExecResponse Modifier and Type Method Description ExecResponse
BaseComputeService. runScriptOnNode(String id, String runScript)
ExecResponse
BaseComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)
ExecResponse
BaseComputeService. runScriptOnNode(String id, Statement runScript)
ExecResponse
BaseComputeService. runScriptOnNode(String id, Statement runScript, RunScriptOptions options)
Run the script on a specific nodeMethods in org.jclouds.compute.internal that return types with arguments of type ExecResponse Modifier and Type Method Description Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript)
Map<? extends NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, String runScript, RunScriptOptions options)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript)
Map<NodeMetadata,ExecResponse>
BaseComputeService. runScriptOnNodesMatching(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options)
Run the script on all nodes with the specific predicate.com.google.common.util.concurrent.ListenableFuture<ExecResponse>
BaseComputeService. submitScriptOnNode(String id, String runScript, RunScriptOptions options)
Run the script on a specific node in the background, typically asnohup
com.google.common.util.concurrent.ListenableFuture<ExecResponse>
BaseComputeService. submitScriptOnNode(String id, Statement runScript, RunScriptOptions options)
-
Uses of ExecResponse in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return ExecResponse Modifier and Type Method Description ExecResponse
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap. call()
Constructor parameters in org.jclouds.compute.strategy with type arguments of type ExecResponse Constructor Description RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes)
-
Uses of ExecResponse in org.jclouds.ssh
Methods in org.jclouds.ssh that return ExecResponse Modifier and Type Method Description ExecResponse
SshClient. exec(String command)
Execute a process and block until it is complete -
Uses of ExecResponse in org.jclouds.ssh.jsch
Methods in org.jclouds.ssh.jsch that return ExecResponse Modifier and Type Method Description ExecResponse
JschSshClient. exec(String command)
-
Uses of ExecResponse in org.jclouds.sshj
Methods in org.jclouds.sshj that return ExecResponse Modifier and Type Method Description ExecResponse
SshjSshClient. exec(String command)
-