Uses of Class
org.apache.flink.api.common.JobSubmissionResult
-
Packages that use JobSubmissionResult Package Description org.apache.flink.api.common org.apache.flink.core.execution -
-
Uses of JobSubmissionResult in org.apache.flink.api.common
Subclasses of JobSubmissionResult in org.apache.flink.api.common Modifier and Type Class Description classJobExecutionResultThe result of a job execution.Methods in org.apache.flink.api.common with parameters of type JobSubmissionResult Modifier and Type Method Description static JobExecutionResultJobExecutionResult. fromJobSubmissionResult(JobSubmissionResult result)Deprecated.Will be removed in future versions. -
Uses of JobSubmissionResult in org.apache.flink.core.execution
Subclasses of JobSubmissionResult in org.apache.flink.core.execution Modifier and Type Class Description classDetachedJobExecutionResultTheJobExecutionResultreturned by a context environment when executing a job in detached mode.
-