| 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.
|
JobWithJars |
PackagedProgram.getPlanWithoutJars()
Returns the plan without the required jars when the files are already provided by the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobSubmissionResult |
ClusterClient.run(JobWithJars program,
int parallelism) |
org.apache.flink.api.common.JobSubmissionResult |
ClusterClient.run(JobWithJars jobWithJars,
int parallelism,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointSettings)
Runs a program on the Flink cluster to which this client is connected.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.