Package | Description |
---|---|
org.jclouds.compute.callables | |
org.jclouds.compute.strategy |
Modifier and Type | Class and Description |
---|---|
class |
RunScriptOnNodeAsInitScriptUsingSsh |
class |
RunScriptOnNodeAsInitScriptUsingSshAndBlockUntilComplete |
class |
RunScriptOnNodeUsingSsh |
Modifier and Type | Method and Description |
---|---|
RunScriptOnNode |
RunScriptOnNode.Factory.create(NodeMetadata node,
Statement script,
RunScriptOptions options) |
RunScriptOnNode |
RunScriptOnNodeUsingSsh.init() |
RunScriptOnNode |
RunScriptOnNode.init()
verifies that the command can execute on the node.
|
Modifier and Type | Method and Description |
---|---|
RunScriptOnNode |
InitializeRunScriptOnNodeOrPlaceInBadMap.call() |
Modifier and Type | Method and Description |
---|---|
Callable<RunScriptOnNode> |
InitializeRunScriptOnNodeOrPlaceInBadMap.Factory.create(NodeMetadata node,
Statement script,
RunScriptOptions options,
Map<NodeMetadata,Exception> badNodes) |
Constructor and Description |
---|
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap(RunScriptOnNode runScriptOnNode,
Map<NodeMetadata,ExecResponse> goodNodes,
Map<NodeMetadata,Exception> badNodes) |
Copyright © 2009-2013 jclouds. All Rights Reserved.