public class InsertNode extends DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.spark.api.java.JavaRDD<DeltaWriteStats> |
deltaWriteStatsRDD |
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
InsertNode(DeltaConfig.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionContext executionContext,
int curItrCount)
Execute the
DagNode. |
protected void |
generate(DeltaGenerator deltaGenerator) |
protected org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus> |
ingest(HoodieTestSuiteWriter hoodieTestSuiteWriter,
org.apache.hudi.common.util.Option<String> commitTime) |
addChildNode, addParentNode, clone, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodesprotected org.apache.spark.api.java.JavaRDD<DeltaWriteStats> deltaWriteStatsRDD
public InsertNode(DeltaConfig.Config config)
public void execute(ExecutionContext executionContext, int curItrCount) throws Exception
DagNodeDagNode.execute in class DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>executionContext - The context needed for an execution of a node.curItrCount - iteration count for executing the node.Exception - Thrown if the execution failed.protected void generate(DeltaGenerator deltaGenerator) throws Exception
Exceptionprotected org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus> ingest(HoodieTestSuiteWriter hoodieTestSuiteWriter, org.apache.hudi.common.util.Option<String> commitTime) throws Exception
ExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.