Uses of Interface
org.apache.flink.core.execution.JobClient
-
Packages that use JobClient Package Description org.apache.flink.core.execution -
-
Uses of JobClient in org.apache.flink.core.execution
Methods in org.apache.flink.core.execution that return types with arguments of type JobClient Modifier and Type Method Description CompletableFuture<JobClient>PipelineExecutor. execute(Pipeline pipeline, Configuration configuration, ClassLoader userCodeClassloader)Methods in org.apache.flink.core.execution with parameters of type JobClient Modifier and Type Method Description voidJobListener. onJobSubmitted(JobClient jobClient, Throwable throwable)Callback on job submission.
-