| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.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 |
|---|---|
org.apache.flink.api.common.JobExecutionResult |
Client.runBlocking(JobWithJars program,
int parallelism) |
org.apache.flink.api.common.JobExecutionResult |
Client.runBlocking(JobWithJars program,
int parallelism,
String savepointPath)
Runs a program on the Flink cluster to which this client is connected.
|
org.apache.flink.api.common.JobSubmissionResult |
Client.runDetached(JobWithJars program,
int parallelism) |
org.apache.flink.api.common.JobSubmissionResult |
Client.runDetached(JobWithJars program,
int parallelism,
String savepointPath)
Submits a program to the Flink cluster to which this client is connected.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.