Uses of Class
org.apache.flink.optimizer.CompilerException
-
Packages that use CompilerException Package Description org.apache.flink.optimizer org.apache.flink.optimizer.dag -
-
Uses of CompilerException in org.apache.flink.optimizer
Subclasses of CompilerException in org.apache.flink.optimizer Modifier and Type Class Description classCompilerPostPassExceptionAn exception that is thrown by the Optimizer when encountering a problem during the optimizer post pass.Methods in org.apache.flink.optimizer that throw CompilerException Modifier and Type Method Description OptimizedPlanOptimizer. compile(org.apache.flink.api.common.Plan program)Translates the given program to an OptimizedPlan, where all nodes have their local strategy assigned and all channels have a shipping strategy assigned. -
Uses of CompilerException in org.apache.flink.optimizer.dag
Methods in org.apache.flink.optimizer.dag that throw CompilerException Modifier and Type Method Description voidSingleInputNode. setInput(Map<org.apache.flink.api.common.operators.Operator<?>,OptimizerNode> contractToNode, org.apache.flink.api.common.ExecutionMode defaultExchangeMode)
-