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