Uses of Interface
org.jclouds.compute.callables.RunScriptOnNode
-
Packages that use RunScriptOnNode Package Description org.jclouds.compute.callables org.jclouds.compute.config org.jclouds.compute.strategy -
-
Uses of RunScriptOnNode in org.jclouds.compute.callables
Classes in org.jclouds.compute.callables that implement RunScriptOnNode Modifier and Type Class Description class
RunScriptOnNodeAsInitScriptUsingSsh
class
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete
class
RunScriptOnNodeUsingSsh
Methods in org.jclouds.compute.callables that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNode
RunScriptOnNode.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options)
RunScriptOnNode
RunScriptOnNode. init()
verifies that the command can execute on the node.RunScriptOnNode
RunScriptOnNodeUsingSsh. init()
-
Uses of RunScriptOnNode in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNode
BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl. create(NodeMetadata node, Statement runScript, RunScriptOptions options)
-
Uses of RunScriptOnNode in org.jclouds.compute.strategy
Methods in org.jclouds.compute.strategy that return RunScriptOnNode Modifier and Type Method Description RunScriptOnNode
InitializeRunScriptOnNodeOrPlaceInBadMap. call()
Methods in org.jclouds.compute.strategy that return types with arguments of type RunScriptOnNode Modifier and Type Method Description Callable<RunScriptOnNode>
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory. create(NodeMetadata node, Statement script, RunScriptOptions options, Map<NodeMetadata,Exception> badNodes)
Constructors in org.jclouds.compute.strategy with parameters of type RunScriptOnNode Constructor Description RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode, Map<NodeMetadata,ExecResponse> goodNodes, Map<NodeMetadata,Exception> badNodes)
-