public static interface RunScriptOnNode.Factory
| Modifier and Type | Method and Description |
|---|---|
RunScriptOnNode |
create(NodeMetadata node,
Statement script,
RunScriptOptions options) |
com.google.common.util.concurrent.ListenableFuture<ExecResponse> |
submit(NodeMetadata node,
Statement script,
RunScriptOptions options) |
RunScriptOnNode create(NodeMetadata node, Statement script, RunScriptOptions options)
com.google.common.util.concurrent.ListenableFuture<ExecResponse> submit(NodeMetadata node, Statement script, RunScriptOptions options)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.