| Modifier and Type | Class and Description |
|---|---|
class |
JobMaster
JobMaster implementation.
|
| Modifier and Type | Method and Description |
|---|---|
JobMasterGateway |
JobMasterService.getGateway()
Get the
JobMasterGateway belonging to this service. |
JobMasterGateway |
JobMaster.getGateway() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<JobMasterGateway> |
JobManagerRunner.getJobMasterGateway()
Get the
JobMasterGateway of the JobMaster. |
CompletableFuture<JobMasterGateway> |
JobManagerRunnerImpl.getJobMasterGateway() |
| Modifier and Type | Method and Description |
|---|---|
JobMasterGateway |
JobManagerRegistration.getJobManagerGateway() |
| Constructor and Description |
|---|
JobManagerRegistration(org.apache.flink.api.common.JobID jobID,
ResourceID jobManagerResourceID,
JobMasterGateway jobManagerGateway) |
| Modifier and Type | Method and Description |
|---|---|
JobMasterGateway |
JobManagerConnection.getJobManagerGateway() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
JobManagerConnection(org.apache.flink.api.common.JobID jobID,
ResourceID resourceID,
JobMasterGateway jobMasterGateway,
TaskManagerActions taskManagerActions,
CheckpointResponder checkpointResponder,
GlobalAggregateManager aggregateManager,
LibraryCacheManager libraryCacheManager,
ResultPartitionConsumableNotifier resultPartitionConsumableNotifier,
PartitionProducerStateChecker partitionStateChecker) |
| Constructor and Description |
|---|
RpcGlobalAggregateManager(JobMasterGateway jobMasterGateway) |
RpcInputSplitProvider(JobMasterGateway jobMasterGateway,
JobVertexID jobVertexID,
ExecutionAttemptID executionAttemptID,
org.apache.flink.api.common.time.Time timeout) |
RpcPartitionStateChecker(JobMasterGateway jobMasterGateway) |
RpcResultPartitionConsumableNotifier(JobMasterGateway jobMasterGateway,
Executor executor,
org.apache.flink.api.common.time.Time timeout) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.