| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.taskexecutor |
| 限定符和类型 | 方法和说明 |
|---|---|
JobTable.Connection |
JobTable.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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<JobTable.Connection> |
JobTable.Job.asConnection()
Returns the associated
JobTable.Connection if the job is connected to a JobManager. |
Optional<JobTable.Connection> |
DefaultJobTable.getConnection(org.apache.flink.api.common.JobID jobId) |
Optional<JobTable.Connection> |
JobTable.getConnection(org.apache.flink.api.common.JobID jobId)
Gets the connection registered under jobId.
|
Optional<JobTable.Connection> |
DefaultJobTable.getConnection(ResourceID resourceId) |
Optional<JobTable.Connection> |
JobTable.getConnection(ResourceID resourceId)
Gets the connection registered under resourceId.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.