| Package | Description |
|---|---|
| org.apache.hudi.integ.testsuite | |
| org.apache.hudi.integ.testsuite.dag | |
| org.apache.hudi.integ.testsuite.dag.nodes |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hudi.client.HoodieWriteClient |
HoodieTestSuiteWriter.getWriteClient(DagNode dagNode) |
| Modifier and Type | Method and Description |
|---|---|
List<DagNode<O>> |
WorkflowDag.getNodeList() |
| Constructor and Description |
|---|
WorkflowDag(List<DagNode<O>> nodeList) |
| Modifier and Type | Class and Description |
|---|---|
class |
BulkInsertNode |
class |
CleanNode |
class |
CompactNode |
class |
HiveQueryNode |
class |
HiveSyncNode |
class |
InsertNode |
class |
RollbackNode |
class |
ScheduleCompactNode |
class |
SparkSQLQueryNode |
class |
UpsertNode |
class |
ValidateNode<R> |
| Modifier and Type | Field and Description |
|---|---|
protected List<DagNode<O>> |
DagNode.childNodes |
protected Function<List<DagNode>,R> |
ValidateNode.function |
protected List<DagNode<O>> |
DagNode.parentNodes |
| Modifier and Type | Method and Description |
|---|---|
DagNode<O> |
DagNode.addChildNode(DagNode childNode) |
DagNode<O> |
DagNode.addParentNode(DagNode parentNode) |
| Modifier and Type | Method and Description |
|---|---|
List<DagNode<O>> |
DagNode.getChildNodes() |
List<DagNode<O>> |
DagNode.getParentNodes() |
| Modifier and Type | Method and Description |
|---|---|
DagNode<O> |
DagNode.addChildNode(DagNode childNode) |
DagNode<O> |
DagNode.addParentNode(DagNode parentNode) |
int |
DagNode.compareTo(DagNode<O> thatNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DagNode.setParentNodes(List<DagNode<O>> parentNodes) |
| Constructor and Description |
|---|
ValidateNode(DeltaConfig.Config config,
Function<List<DagNode>,R> function) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.