|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Beta public interface RunScriptOnNode
Separates out how one implements the ability to run a script on a node.
Nested Class Summary | |
---|---|
static interface |
RunScriptOnNode.Factory
|
Method Summary | |
---|---|
ExecResponse |
call()
Note that init() must be called first. |
NodeMetadata |
getNode()
the node this command is being executed on. |
Statement |
getStatement()
|
RunScriptOnNode |
init()
verifies that the command can execute on the node. |
Method Detail |
---|
ExecResponse call()
init()
must be called first.
call
in interface Callable<ExecResponse>
Statement getStatement()
RunScriptOnNode init()
NodeMetadata getNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |