public class GraphCreatingVisitor extends Object implements Visitor<Operator<?>>
Constructor and Description |
---|
GraphCreatingVisitor(int defaultParallelism,
ExecutionMode defaultDataExchangeMode) |
Modifier and Type | Method and Description |
---|---|
List<DataSinkNode> |
getSinks() |
void |
postVisit(Operator<?> c)
Method that is invoked after all child nodes or descendant nodes were visited.
|
boolean |
preVisit(Operator<?> c)
Method that is invoked on the visit before visiting and child nodes or descendant nodes.
|
public GraphCreatingVisitor(int defaultParallelism, ExecutionMode defaultDataExchangeMode)
public List<DataSinkNode> getSinks()
public boolean preVisit(Operator<?> c)
Visitor
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.