| Package | Description |
|---|---|
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
JobTable.Job |
JobTable.Connection.disconnect()
Disconnects the connection, closing all associated services thereby and returning the
remaining job.
|
<E extends Exception> |
DefaultJobTable.getOrCreateJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.util.function.SupplierWithException<? extends JobTable.JobServices,E> jobServicesSupplier) |
<E extends Exception> |
JobTable.getOrCreateJob(org.apache.flink.api.common.JobID jobId,
org.apache.flink.util.function.SupplierWithException<? extends JobTable.JobServices,E> jobServicesSupplier)
Gets a registered
JobTable.Job or creates one if not present. |
| Modifier and Type | Method and 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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.