| Package | Description |
|---|---|
| org.apache.flink.api.common | |
| org.apache.flink.api.common.operators |
| Modifier and Type | Method and Description |
|---|---|
Plan |
Program.getPlan(String... args)
The method which is invoked by the compiler to get the job that is then compiled into an
executable schedule.
|
| Modifier and Type | Method and Description |
|---|---|
abstract JobExecutionResult |
PlanExecutor.executePlan(Plan plan)
Execute the given program.
|
abstract String |
PlanExecutor.getOptimizerPlanAsJSON(Plan plan)
Gets the programs execution plan in a JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutionResult |
CollectionExecutor.execute(Plan program) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.