public class ScheduleCompactNode extends DagNode<org.apache.hudi.common.util.Option<String>>
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
ScheduleCompactNode(DeltaConfig.Config config) |
| Modifier and Type | Method and Description |
|---|---|
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 in class 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 © 2023 The Apache Software Foundation. All rights reserved.