public class CompactNode extends DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>
childNodes, config, log, parentNodes, result| 构造器和说明 |
|---|
CompactNode(DeltaConfig.Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(ExecutionContext executionContext,
int curItrCount)
Method helps to start the compact operation.
|
addChildNode, addParentNode, clone, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic CompactNode(DeltaConfig.Config config)
public void execute(ExecutionContext executionContext, int curItrCount) throws Exception
execute 在类中 DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>executionContext - Execution context to run this compactioncurItrCount - cur interation count.Exception - will be thrown if any error occurred.Copyright © 2021 The Apache Software Foundation. All rights reserved.