| Package | Description |
|---|---|
| org.apache.flink.compiler | |
| org.apache.flink.compiler.dag |
| Modifier and Type | Class and Description |
|---|---|
class |
CompilerPostPassException
An exception that is thrown by the pact compiler when encountering
a problem during the optimizer post pass.
|
| Modifier and Type | Method and Description |
|---|---|
OptimizedPlan |
PactCompiler.compile(Plan program)
Translates the given plan in to an OptimizedPlan, where all nodes have their local strategy assigned
and all channels have a shipping strategy assigned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptimizerNode.setBroadcastInputs(Map<Operator<?>,OptimizerNode> operatorToNode)
This function is for plan translation purposes.
|
void |
SingleInputNode.setInput(Map<Operator<?>,OptimizerNode> contractToNode) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.