Uses of Class
org.apache.flink.api.common.JobStatus
-
Packages that use JobStatus Package Description org.apache.flink.api.common org.apache.flink.core.execution -
-
Uses of JobStatus in org.apache.flink.api.common
Methods in org.apache.flink.api.common that return JobStatus Modifier and Type Method Description static JobStatusJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatus[]JobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JobStatus in org.apache.flink.core.execution
Methods in org.apache.flink.core.execution that return types with arguments of type JobStatus Modifier and Type Method Description CompletableFuture<JobStatus>JobClient. getJobStatus()Requests theJobStatusof the associated job.
-