public class ValidateNode<R> extends DagNode
| 限定符和类型 | 字段和说明 |
|---|---|
protected Function<List<DagNode>,R> |
function |
childNodes, config, log, parentNodes, result| 构造器和说明 |
|---|
ValidateNode(DeltaConfig.Config config,
Function<List<DagNode>,R> function) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021 The Apache Software Foundation. All rights reserved.