public class DagScheduler extends Object
| Constructor and Description |
|---|
DagScheduler(WorkflowDag workflowDag,
WriterContext writerContext,
org.apache.spark.api.java.JavaSparkContext jsc) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeNode(DagNode node,
int curRound)
Execute the given node.
|
void |
schedule()
Method to start executing workflow DAGs.
|
public DagScheduler(WorkflowDag workflowDag, WriterContext writerContext, org.apache.spark.api.java.JavaSparkContext jsc)
Copyright © 2023 The Apache Software Foundation. All rights reserved.