public final class CDFWExecutor
extends java.lang.Object
| Constructor and Description |
|---|
CDFWExecutor(CDFWEnv executionEnv,
IDriverMessenger messenger) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DataFlowGraph graph)
submitJob
The executeCDFW method first call the schedule method to get the schedule list of the CDFW.
|
void |
executeCDFW(DataFlowGraph... graph)
The executeCDFW method first call the schedule method to get the schedule list of the CDFW.
|
public CDFWExecutor(CDFWEnv executionEnv, IDriverMessenger messenger)
public void execute(DataFlowGraph graph)
public void executeCDFW(DataFlowGraph... graph)