Uses of Class
org.apache.flink.api.common.JobExecutionResult
-
Packages that use JobExecutionResult Package Description org.apache.flink.api.common org.apache.flink.api.common.operators org.apache.flink.core.execution -
-
Uses of JobExecutionResult in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return JobExecutionResult Modifier and Type Method Description static JobExecutionResultJobExecutionResult. fromJobSubmissionResult(JobSubmissionResult result)Deprecated.Will be removed in future versions.JobExecutionResultJobExecutionResult. getJobExecutionResult()JobExecutionResultJobSubmissionResult. getJobExecutionResult()Returns the JobExecutionResult if available. -
Uses of JobExecutionResult in org.apache.flink.api.common.operators
Methods in org.apache.flink.api.common.operators that return JobExecutionResult Modifier and Type Method Description JobExecutionResultCollectionExecutor. execute(Plan program) -
Uses of JobExecutionResult in org.apache.flink.core.execution
Subclasses of JobExecutionResult in org.apache.flink.core.execution Modifier and Type Class Description classDetachedJobExecutionResultTheJobExecutionResultreturned by a context environment when executing a job in detached mode.Methods in org.apache.flink.core.execution that return JobExecutionResult Modifier and Type Method Description JobExecutionResultDetachedJobExecutionResult. getJobExecutionResult()Methods in org.apache.flink.core.execution that return types with arguments of type JobExecutionResult Modifier and Type Method Description CompletableFuture<JobExecutionResult>JobClient. getJobExecutionResult()Returns theresult of the job executionof the submitted job.Methods in org.apache.flink.core.execution with parameters of type JobExecutionResult Modifier and Type Method Description voidJobListener. onJobExecuted(JobExecutionResult jobExecutionResult, Throwable throwable)Callback on job execution finished, successfully or unsuccessfully.
-