Uses of Interface
org.apache.flink.runtime.taskexecutor.JobTable.Connection
Packages that use JobTable.Connection
-
Uses of JobTable.Connection in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobTable.ConnectionModifier and TypeMethodDescriptionJobTable.Job.connect(ResourceID resourceId, JobMasterGateway jobMasterGateway, TaskManagerActions taskManagerActions, CheckpointResponder checkpointResponder, GlobalAggregateManager aggregateManager, PartitionProducerStateChecker partitionStateChecker) Connects the job to a JobManager and associates the provided services with this connection.Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type JobTable.ConnectionModifier and TypeMethodDescriptionJobTable.Job.asConnection()Returns the associatedJobTable.Connectionif the job is connected to a JobManager.DefaultJobTable.getConnection(org.apache.flink.api.common.JobID jobId) DefaultJobTable.getConnection(ResourceID resourceId) JobTable.getConnection(org.apache.flink.api.common.JobID jobId) Gets the connection registered under jobId.JobTable.getConnection(ResourceID resourceId) Gets the connection registered under resourceId.