Uses of Interface
org.apache.flink.runtime.taskexecutor.JobTable.Job
-
Packages that use JobTable.Job Package Description org.apache.flink.runtime.taskexecutor -
-
Uses of JobTable.Job in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobTable.Job Modifier and Type Method Description JobTable.Job
JobTable.Connection. disconnect()
Disconnects the connection, closing all associated services thereby and returning the remaining job.<E extends Exception>
JobTable.JobDefaultJobTable. getOrCreateJob(org.apache.flink.api.common.JobID jobId, org.apache.flink.util.function.SupplierWithException<? extends JobTable.JobServices,E> jobServicesSupplier)
<E extends Exception>
JobTable.JobJobTable. getOrCreateJob(org.apache.flink.api.common.JobID jobId, org.apache.flink.util.function.SupplierWithException<? extends JobTable.JobServices,E> jobServicesSupplier)
Gets a registeredJobTable.Job
or creates one if not present.Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type JobTable.Job Modifier and Type Method Description Optional<JobTable.Job>
DefaultJobTable. getJob(org.apache.flink.api.common.JobID jobId)
Optional<JobTable.Job>
JobTable. getJob(org.apache.flink.api.common.JobID jobId)
Gets the job registered under jobId.Collection<JobTable.Job>
DefaultJobTable. getJobs()
Collection<JobTable.Job>
JobTable. getJobs()
Gets all registered jobs.
-