| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.cli | |
| org.apache.flink.client.program |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClientUtils.executeProgram(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader,
org.apache.flink.configuration.Configuration configuration,
PackagedProgram program,
boolean enforceSingleJobExecution,
boolean suppressSysout) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CliFrontend.executeProgram(org.apache.flink.configuration.Configuration configuration,
PackagedProgram program) |
| Modifier and Type | Method and Description |
|---|---|
PackagedProgram |
PackagedProgram.Builder.build() |
static org.apache.flink.runtime.jobgraph.JobGraph |
PackagedProgramUtils.createJobGraph(PackagedProgram packagedProgram,
org.apache.flink.configuration.Configuration configuration,
int defaultParallelism,
boolean suppressOutput)
|
static org.apache.flink.runtime.jobgraph.JobGraph |
PackagedProgramUtils.createJobGraph(PackagedProgram packagedProgram,
org.apache.flink.configuration.Configuration configuration,
int defaultParallelism,
org.apache.flink.api.common.JobID jobID,
boolean suppressOutput)
|
static List<File> |
PackagedProgram.extractContainedLibraries(URL jarFile)
Takes all JAR files that are contained in this program's JAR file and extracts them to the
system's temp directory.
|
String |
PackagedProgram.getDescription()
Returns the description provided by the Program class.
|
static List<URL> |
PackagedProgram.getJobJarAndDependencies(File jarFile,
String entryPointClassName)
Returns all provided libraries needed to run the program.
|
static org.apache.flink.api.dag.Pipeline |
PackagedProgramUtils.getPipelineFromProgram(PackagedProgram program,
org.apache.flink.configuration.Configuration configuration,
int parallelism,
boolean suppressOutput) |
void |
PackagedProgram.invokeInteractiveModeForExecution()
This method assumes that the context environment is prepared, or the execution will be a
local execution by default.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.