Uses of Class
org.apache.flink.client.program.ProgramInvocationException
Packages that use ProgramInvocationException
Package
Description
-
Uses of ProgramInvocationException in org.apache.flink.client
Methods in org.apache.flink.client that throw ProgramInvocationExceptionModifier and TypeMethodDescriptionstatic voidClientUtils.executeProgram(org.apache.flink.core.execution.PipelineExecutorServiceLoader executorServiceLoader, org.apache.flink.configuration.Configuration configuration, PackagedProgram program, boolean enforceSingleJobExecution, boolean suppressSysout) -
Uses of ProgramInvocationException in org.apache.flink.client.cli
Methods in org.apache.flink.client.cli that throw ProgramInvocationExceptionModifier and TypeMethodDescriptionprotected voidCliFrontend.executeProgram(org.apache.flink.configuration.Configuration configuration, PackagedProgram program) -
Uses of ProgramInvocationException in org.apache.flink.client.program
Methods in org.apache.flink.client.program that throw ProgramInvocationExceptionModifier and TypeMethodDescriptionPackagedProgram.Builder.build()static org.apache.flink.runtime.jobgraph.JobGraphPackagedProgramUtils.createJobGraph(PackagedProgram packagedProgram, org.apache.flink.configuration.Configuration configuration, int defaultParallelism, boolean suppressOutput) static org.apache.flink.runtime.jobgraph.JobGraphPackagedProgramUtils.createJobGraph(PackagedProgram packagedProgram, org.apache.flink.configuration.Configuration configuration, int defaultParallelism, org.apache.flink.api.common.JobID jobID, boolean suppressOutput) 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.PackagedProgram.getDescription()Returns the description provided by the Program class.PackagedProgram.getJobJarAndDependencies(File jarFile, String entryPointClassName) Returns all provided libraries needed to run the program.static org.apache.flink.api.dag.PipelinePackagedProgramUtils.getPipelineFromProgram(PackagedProgram program, org.apache.flink.configuration.Configuration configuration, int parallelism, boolean suppressOutput) voidPackagedProgram.invokeInteractiveModeForExecution()This method assumes that the context environment is prepared, or the execution will be a local execution by default.