Uses of Class
org.apache.flink.runtime.jobmaster.JMTMRegistrationRejection
-
Packages that use JMTMRegistrationRejection Package Description org.apache.flink.runtime.taskexecutor -
-
Uses of JMTMRegistrationRejection in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor with parameters of type JMTMRegistrationRejection Modifier and Type Method Description voidJobLeaderListener. jobManagerRejectedRegistration(org.apache.flink.api.common.JobID jobId, String targetAddress, JMTMRegistrationRejection rejection)Callback if a job manager rejected the connection attempts of a task manager.
-