| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
JobExecutionResult |
RemoteExecutor.executePlanWithJars(JobWithJars program) |
| Modifier and Type | Method and Description |
|---|---|
JobWithJars |
PackagedProgram.getPlanWithJars()
Returns the plan with all required jars.
|
| Modifier and Type | Method and Description |
|---|---|
JobExecutionResult |
Client.runBlocking(JobWithJars program,
int parallelism)
Runs a program on the Flink cluster to which this client is connected.
|
JobSubmissionResult |
Client.runDetached(JobWithJars program,
int parallelism)
Submits a program to the Flink cluster to which this client is connected.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.