Uses of Class
org.apache.flink.runtime.registration.RegistrationResponse
-
Packages that use RegistrationResponse Package Description org.apache.flink.runtime.jobmaster org.apache.flink.runtime.registration org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.taskexecutor -
-
Uses of RegistrationResponse in org.apache.flink.runtime.jobmaster
Subclasses of RegistrationResponse in org.apache.flink.runtime.jobmaster Modifier and Type Class Description classJMTMRegistrationRejectionMessage indicating a registration rejection from theJobMasterfor theTaskExecutor.classJMTMRegistrationSuccessMessage indicating a successfulJobMasterandTaskExecutorregistration.classJobMasterRegistrationSuccessBase class for responses from the ResourceManager to a registration attempt by a JobMaster.Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type RegistrationResponse Modifier and Type Method Description CompletableFuture<RegistrationResponse>JobMaster. registerTaskManager(org.apache.flink.api.common.JobID jobId, TaskManagerRegistrationInformation taskManagerRegistrationInformation, Duration timeout)CompletableFuture<RegistrationResponse>JobMasterGateway. registerTaskManager(org.apache.flink.api.common.JobID jobId, TaskManagerRegistrationInformation taskManagerRegistrationInformation, Duration timeout)Registers the task manager at the job manager. -
Uses of RegistrationResponse in org.apache.flink.runtime.registration
Subclasses of RegistrationResponse in org.apache.flink.runtime.registration Modifier and Type Class Description static classRegistrationResponse.FailureA registration failure.static classRegistrationResponse.RejectionA rejected (declined) registration.static classRegistrationResponse.SuccessBase class for a successful registration.Methods in org.apache.flink.runtime.registration that return types with arguments of type RegistrationResponse Modifier and Type Method Description protected abstract CompletableFuture<RegistrationResponse>RetryingRegistration. invokeRegistration(G gateway, F fencingToken, long timeoutMillis) -
Uses of RegistrationResponse in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type RegistrationResponse Modifier and Type Method Description CompletableFuture<RegistrationResponse>ResourceManager. registerJobMaster(JobMasterId jobMasterId, ResourceID jobManagerResourceId, String jobManagerAddress, org.apache.flink.api.common.JobID jobId, Duration timeout)CompletableFuture<RegistrationResponse>ResourceManagerGateway. registerJobMaster(JobMasterId jobMasterId, ResourceID jobMasterResourceId, String jobMasterAddress, org.apache.flink.api.common.JobID jobId, Duration timeout)Register aJobMasterat the resource manager.CompletableFuture<RegistrationResponse>ResourceManager. registerTaskExecutor(TaskExecutorRegistration taskExecutorRegistration, Duration timeout)CompletableFuture<RegistrationResponse>ResourceManagerGateway. registerTaskExecutor(TaskExecutorRegistration taskExecutorRegistration, Duration timeout)Register aTaskExecutorat the resource manager. -
Uses of RegistrationResponse in org.apache.flink.runtime.taskexecutor
Subclasses of RegistrationResponse in org.apache.flink.runtime.taskexecutor Modifier and Type Class Description classTaskExecutorRegistrationRejectionRejection response from theResourceManagerfor theTaskExecutor.classTaskExecutorRegistrationSuccessBase class for responses from the ResourceManager to a registration attempt by a TaskExecutor.
-