| Class | Description |
|---|---|
| DagNodeWithCondition | |
| Decision |
A class representing decision nodes in an Oozie workflow definition DAG.
|
| DecisionJoin |
This class represents a joining point where two or more (but not necessarily all) conditional branches originating
from the same decision node meet.
|
| End |
A class representing end nodes in an Oozie workflow definition DAG.
|
| ExplicitNode |
A class representing action nodes in an Oozie workflow definition DAG.
|
| Fork |
A class representing end nodes in an Oozie workflow definition DAG.
|
| Graph |
The class holding the intermediate representation of the workflow.
|
| Join |
A class representing fork nodes in an Oozie workflow definition DAG.
|
| JoiningNodeBase<T> |
An abstract base class for
Join and DecisionJoin. |
| NodeBase |
An abstract base class for nodes in the intermediate graph representation of the workflow.
|
| Start |
A class representing start nodes in an Oozie workflow definition DAG.
|
Copyright © 2021 Apache Software Foundation. All rights reserved.