public class ValidateNode<R> extends DagNode
| Modifier and Type | Field and Description |
|---|---|
protected Function<List<DagNode>,R> |
function |
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
ValidateNode(DeltaConfig.Config config,
Function<List<DagNode>,R> function) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionContext executionContext,
int curItrCount)
Method to start the validate operation.
|
addChildNode, addParentNode, clone, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic ValidateNode(DeltaConfig.Config config, Function<List<DagNode>,R> function)
public void execute(ExecutionContext executionContext, int curItrCount)
Copyright © 2023 The Apache Software Foundation. All rights reserved.