Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterGateway
-
-
Uses of JobMasterGateway in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type JobMasterGateway Modifier and Type Method Description CompletableFuture<JobMasterGateway>CheckpointResourcesCleanupRunner. getJobMasterGateway() -
Uses of JobMasterGateway in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JobMasterGateway Modifier and Type Class Description classJobMasterJobMaster implementation.Methods in org.apache.flink.runtime.jobmaster that return JobMasterGateway Modifier and Type Method Description JobMasterGatewayJobMaster. getGateway()JobMasterGatewayJobMasterService. getGateway()Get theJobMasterGatewaybelonging to this service.Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type JobMasterGateway Modifier and Type Method Description CompletableFuture<JobMasterGateway>JobManagerRunner. getJobMasterGateway()Get theJobMasterGatewayof theJobMaster.CompletableFuture<JobMasterGateway>JobMasterServiceLeadershipRunner. getJobMasterGateway()CompletableFuture<JobMasterGateway>DefaultJobMasterServiceProcess. getJobMasterGatewayFuture()CompletableFuture<JobMasterGateway>JobMasterServiceProcess. getJobMasterGatewayFuture()Future which is completed with theJobMasterGatewayonce theJobMasterServicehas been created.CompletableFuture<JobMasterGateway>JobMasterServiceProcess.WaitingForLeadership. getJobMasterGatewayFuture() -
Uses of JobMasterGateway in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return JobMasterGateway Modifier and Type Method Description JobMasterGatewayJobManagerRegistration. getJobManagerGateway()Constructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type JobMasterGateway Constructor Description JobManagerRegistration(org.apache.flink.api.common.JobID jobID, ResourceID jobManagerResourceID, JobMasterGateway jobManagerGateway) -
Uses of JobMasterGateway in org.apache.flink.runtime.shuffle
Constructors in org.apache.flink.runtime.shuffle with parameters of type JobMasterGateway Constructor Description JobShuffleContextImpl(org.apache.flink.api.common.JobID jobId, JobMasterGateway jobMasterGateway) -
Uses of JobMasterGateway in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobMasterGateway Modifier and Type Method Description JobMasterGatewayJobTable.Connection. getJobManagerGateway()Methods in org.apache.flink.runtime.taskexecutor with parameters of type JobMasterGateway Modifier and Type Method Description JobTable.ConnectionJobTable.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.voidJobLeaderListener. 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. -
Uses of JobMasterGateway in org.apache.flink.runtime.taskexecutor.rpc
Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type JobMasterGateway Constructor Description RpcGlobalAggregateManager(JobMasterGateway jobMasterGateway)RpcInputSplitProvider(JobMasterGateway jobMasterGateway, JobVertexID jobVertexID, ExecutionAttemptID executionAttemptID, Duration timeout)RpcPartitionStateChecker(JobMasterGateway jobMasterGateway)
-