| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<JobMasterGateway> |
CheckpointResourcesCleanupRunner.getJobMasterGateway() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JobMaster
JobMaster implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
JobMasterGateway |
JobMasterService.getGateway()
Get the
JobMasterGateway belonging to this service. |
JobMasterGateway |
JobMaster.getGateway() |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<JobMasterGateway> |
JobManagerRunner.getJobMasterGateway()
Get the
JobMasterGateway of the JobMaster. |
CompletableFuture<JobMasterGateway> |
JobMasterServiceLeadershipRunner.getJobMasterGateway() |
CompletableFuture<JobMasterGateway> |
DefaultJobMasterServiceProcess.getJobMasterGatewayFuture() |
CompletableFuture<JobMasterGateway> |
JobMasterServiceProcess.getJobMasterGatewayFuture()
Future which is completed with the
JobMasterGateway once the JobMasterService
has been created. |
CompletableFuture<JobMasterGateway> |
JobMasterServiceProcess.WaitingForLeadership.getJobMasterGatewayFuture() |
| 限定符和类型 | 方法和说明 |
|---|---|
JobMasterGateway |
JobManagerRegistration.getJobManagerGateway() |
| 构造器和说明 |
|---|
JobManagerRegistration(org.apache.flink.api.common.JobID jobID,
ResourceID jobManagerResourceID,
JobMasterGateway jobManagerGateway) |
| 构造器和说明 |
|---|
JobShuffleContextImpl(org.apache.flink.api.common.JobID jobId,
JobMasterGateway jobMasterGateway) |
| 限定符和类型 | 方法和说明 |
|---|---|
JobMasterGateway |
JobTable.Connection.getJobManagerGateway() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
void |
JobLeaderListener.jobManagerGainedLeadership(org.apache.flink.api.common.JobID jobId,
JobMasterGateway jobManagerGateway,
JMTMRegistrationSuccess registrationMessage)
Callback if a job manager has gained leadership for the job identified by the job id and a
connection could be established to this job manager.
|
| 构造器和说明 |
|---|
RpcGlobalAggregateManager(JobMasterGateway jobMasterGateway) |
RpcInputSplitProvider(JobMasterGateway jobMasterGateway,
JobVertexID jobVertexID,
ExecutionAttemptID executionAttemptID,
org.apache.flink.api.common.time.Time timeout) |
RpcPartitionStateChecker(JobMasterGateway jobMasterGateway) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.