Uses of Class
org.jclouds.compute.RunScriptOnNodesException
-
Packages that use RunScriptOnNodesException Package Description org.jclouds.compute org.jclouds.compute.internal -
-
Uses of RunScriptOnNodesException in org.jclouds.compute
Methods in org.jclouds.compute that throw RunScriptOnNodesException Modifier and Type Method Description 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. -
Uses of RunScriptOnNodesException in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that throw RunScriptOnNodesException 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.
-