@Beta public interface RunScriptOnNode extends Callable<ExecResponse>
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | RunScriptOnNode.Factory | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
ExecResponse call()
init() must be called first.call in interface Callable<ExecResponse>Statement getStatement()
RunScriptOnNode init()
NodeMetadata getNode()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.