Package org.jclouds.compute.callables
Interface RunScriptOnNode.Factory
- All Known Implementing Classes:
BaseComputeServiceContextModule.RunScriptOnNodeFactoryImpl
- Enclosing interface:
RunScriptOnNode
public static interface RunScriptOnNode.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(NodeMetadata node, Statement script, RunScriptOptions options) com.google.common.util.concurrent.ListenableFuture
<ExecResponse> submit
(NodeMetadata node, Statement script, RunScriptOptions options)
-
Method Details
-
create
-
submit
com.google.common.util.concurrent.ListenableFuture<ExecResponse> submit(NodeMetadata node, Statement script, RunScriptOptions options)
-