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 ExecResponseComputeService. runScriptOnNode(String id, String runScript)ExecResponseComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)ExecResponseComputeService. runScriptOnNode(String id, Statement runScript)ExecResponseComputeService. 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 asnohupcom.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 ExecResponseRunScriptOnNode. call()Note thatRunScriptOnNode.init()must be called first.ExecResponseRunScriptOnNodeAsInitScriptUsingSsh. call()ExecResponseRunScriptOnNodeUsingSsh. call()protected ExecResponseRunScriptOnNodeAsInitScriptUsingSsh. doCall()ExecResponseRunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete. doCall()ExecResponseBlockUntilInitScriptStatusIsZeroThenReturnOutput. get(long timeout, TimeUnit unit)ExecResponseSudoAwareInitManager. refreshAndRunAction(String action)ExecResponseSudoAwareInitManager. runAction(String action)protected ExecResponseRunScriptOnNodeUsingSsh. 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 booleanBlockUntilInitScriptStatusIsZeroThenReturnOutput. 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 ExecResponseStatementOnNodeCompletion. 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 ExecResponseBaseComputeService. runScriptOnNode(String id, String runScript)ExecResponseBaseComputeService. runScriptOnNode(String id, String runScript, RunScriptOptions options)ExecResponseBaseComputeService. runScriptOnNode(String id, Statement runScript)ExecResponseBaseComputeService. 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 asnohupcom.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 ExecResponseRunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap. 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 ExecResponseSshClient. 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 ExecResponseJschSshClient. exec(String command) -
Uses of ExecResponse in org.jclouds.sshj
Methods in org.jclouds.sshj that return ExecResponse Modifier and Type Method Description ExecResponseSshjSshClient. exec(String command)
-