| 程序包 | 说明 |
|---|---|
| org.apache.flink.optimizer | |
| org.apache.flink.optimizer.dag |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CompilerPostPassException
An exception that is thrown by the Optimizer when encountering a problem during the optimizer
post pass.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OptimizedPlan |
Optimizer.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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SingleInputNode.setInput(Map<org.apache.flink.api.common.operators.Operator<?>,OptimizerNode> contractToNode,
org.apache.flink.api.common.ExecutionMode defaultExchangeMode) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.