| Package | Description |
|---|---|
| org.apache.hudi.integ.testsuite.dag | |
| org.apache.hudi.integ.testsuite.dag.scheduler |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDag |
SimpleWorkflowDagGenerator.build() |
WorkflowDag |
WorkflowDagGenerator.build()
Builds a
WorkflowDag. |
static WorkflowDag |
DagUtils.convertYamlPathToDag(org.apache.hadoop.fs.FileSystem fs,
String path)
Converts a YAML path to
WorkflowDag. |
static WorkflowDag |
DagUtils.convertYamlToDag(String yaml)
Converts a YAML representation to
WorkflowDag. |
| Modifier and Type | Method and Description |
|---|---|
static String |
DagUtils.convertDagToYaml(WorkflowDag dag)
Converts
WorkflowDag to a YAML representation. |
| Constructor and Description |
|---|
DagScheduler(WorkflowDag workflowDag,
HoodieTestSuiteWriter hoodieTestSuiteWriter,
DeltaGenerator deltaGenerator) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.