public class InsertNode extends DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.spark.api.java.JavaRDD<DeltaWriteStats> |
deltaWriteStatsRDD |
childNodes, config, log, parentNodes, result| 构造器和说明 |
|---|
InsertNode(DeltaConfig.Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 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 © 2021 The Apache Software Foundation. All rights reserved.