| Class | Description |
|---|---|
| BaseQueryNode | |
| BaseValidateDatasetNode |
This nodes validates contents from input path are in tact with Hudi.
|
| BulkInsertNode |
Represents a bulk insert node in the DAG of operations for a workflow.
|
| CleanNode |
Represents a clean node in the DAG of operations for a workflow.
|
| ClusteringNode |
Triggers inline clustering.
|
| CompactNode |
Represents a compact node in the DAG of operations for a workflow.
|
| DagNode<O> |
Base abstraction of an compute node in the DAG of operations for a workflow.
|
| DelayNode |
Delay Node to add delays between each group of test runs.
|
| DeleteInputDatasetNode |
Deletes all input except latest batch.
|
| DeleteNode |
Delete node to assist in issuing deletes.
|
| HiveQueryNode |
A hive query node in the DAG of operations for a workflow.
|
| HiveSyncNode |
Represents a hive sync node in the DAG of operations for a workflow.
|
| InsertNode |
An insert node in the DAG of operations for a workflow.
|
| InsertOverwriteNode | |
| InsertOverwriteTableNode | |
| PrestoQueryNode | |
| RollbackNode |
A rollback node in the DAG helps to perform rollback operations.
|
| ScheduleCompactNode |
A schedule node in the DAG of operations for a workflow helps to schedule compact operation.
|
| SparkSQLQueryNode |
A SparkSQL query node in the DAG of operations for a workflow.
|
| TrinoQueryNode | |
| UpsertNode |
Represents an upsert node in the DAG of operations for a workflow.
|
| ValidateAsyncOperations |
Node to validate data set sanity like total file versions retained, has cleaning happened, has archival happened, etc.
|
| ValidateDatasetNode |
This validation node uses spark datasource for comparison purposes.
|
| ValidateNode<R> |
A validate node helps to validate its parent nodes with given function.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.