Class JavaApiPostPass
- java.lang.Object
-
- org.apache.flink.optimizer.postpass.JavaApiPostPass
-
- All Implemented Interfaces:
OptimizerPostPass
public class JavaApiPostPass extends Object implements OptimizerPostPass
The post-optimizer plan traversal. This traversal fills in the API specific utilities (serializers and comparators).
-
-
Constructor Summary
Constructors Constructor Description JavaApiPostPass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpostPass(OptimizedPlan plan)Central post processing function.protected voidtraverse(PlanNode node)
-
-
-
Method Detail
-
postPass
public void postPass(OptimizedPlan plan)
Description copied from interface:OptimizerPostPassCentral post processing function. Invoked by the optimizer after the best plan has been determined.- Specified by:
postPassin interfaceOptimizerPostPass- Parameters:
plan- The plan to be post processed.
-
traverse
protected void traverse(PlanNode node)
-
-