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