| Interface | Description |
|---|---|
| WorkflowDagGenerator |
A interface which represents a workflow dag generator.
|
| Class | Description |
|---|---|
| DagUtils |
Utility class to SerDe workflow dag.
|
| ExecutionContext |
This wraps the context needed for an execution of
a
DagNode.execute(ExecutionContext, int). |
| SimpleWorkflowDagGenerator |
An example of how to generate a workflow dag programmatically.
|
| WorkflowDag<O> |
Workflow dag that encapsulates all execute nodes.
|
| WriterContext |
WriterContext wraps the delta writer/data generator related configuration needed to init/reinit.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.