public class CompactNode extends DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
CompactNode(DeltaConfig.Config config) |
| Modifier and Type | Method and Description |
|---|---|
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 in class 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 © 2023 The Apache Software Foundation. All rights reserved.