public class WorkflowDag<O> extends Object
| Constructor and Description |
|---|
WorkflowDag(List<DagNode<O>> nodeList) |
WorkflowDag(String dagName,
int rounds,
int intermittentDelayMins,
List<DagNode<O>> nodeList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDagName() |
int |
getIntermittentDelayMins() |
List<DagNode<O>> |
getNodeList() |
int |
getRounds() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.