Uses of Class
org.jclouds.compute.RunScriptOnNodesException
Packages that use RunScriptOnNodesException
-
Uses of RunScriptOnNodesException in org.jclouds.compute
Methods in org.jclouds.compute that throw RunScriptOnNodesExceptionModifier and TypeMethodDescriptionMap
<? 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. -
Uses of RunScriptOnNodesException in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that throw RunScriptOnNodesExceptionModifier and TypeMethodDescriptionBaseComputeService.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) BaseComputeService.runScriptOnNodesMatching
(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript) BaseComputeService.runScriptOnNodesMatching
(com.google.common.base.Predicate<? super NodeMetadata> filter, Statement runScript, RunScriptOptions options) Run the script on all nodes with the specific predicate.