Uses of Class
org.apache.flink.runtime.jobmaster.JMTMRegistrationSuccess
Packages that use JMTMRegistrationSuccess
-
Uses of JMTMRegistrationSuccess in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type JMTMRegistrationSuccessModifier and TypeMethodDescriptionvoidJobLeaderListener.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.