public class ScheduleCompactNode extends DagNode<org.apache.hudi.common.util.Option<String>>
childNodes, config, log, parentNodes, result| 构造器和说明 |
|---|
ScheduleCompactNode(DeltaConfig.Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute(ExecutionContext executionContext,
int curItrCount)
Execute the
DagNode. |
addChildNode, addParentNode, clone, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic ScheduleCompactNode(DeltaConfig.Config config)
public void execute(ExecutionContext executionContext, int curItrCount) throws Exception
DagNodeDagNode.execute 在类中 DagNode<org.apache.hudi.common.util.Option<String>>executionContext - The context needed for an execution of a node.curItrCount - iteration count for executing the node.Exception - Thrown if the execution failed.Copyright © 2021 The Apache Software Foundation. All rights reserved.