public class RollbackNode extends DagNode<org.apache.hudi.common.util.Option<org.apache.hudi.common.table.timeline.HoodieInstant>>
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
RollbackNode(DeltaConfig.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionContext executionContext,
int curItrCount)
Method helps to rollback the last commit instant in the timeline, if it has one.
|
addChildNode, addParentNode, clone, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic RollbackNode(DeltaConfig.Config config)
public void execute(ExecutionContext executionContext, int curItrCount) throws Exception
execute in class DagNode<org.apache.hudi.common.util.Option<org.apache.hudi.common.table.timeline.HoodieInstant>>executionContext - Execution context to perform this rollbackcurItrCount - current iteration count.Exception - will be thrown if any error occurredCopyright © 2023 The Apache Software Foundation. All rights reserved.