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-2012 jclouds. All Rights Reserved.