Uses of Interface
org.apache.flink.runtime.taskexecutor.JobTable.Job
Packages that use JobTable.Job
-
Uses of JobTable.Job in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobTable.JobModifier and TypeMethodDescriptionJobTable.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.Jobor creates one if not present.Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type JobTable.Job