Uses of Class
org.apache.flink.runtime.registration.RegistrationResponse
Packages that use RegistrationResponse
Package
Description
-
Uses of RegistrationResponse in org.apache.flink.runtime.jobmaster
Subclasses of RegistrationResponse in org.apache.flink.runtime.jobmasterModifier and TypeClassDescriptionclassMessage indicating a registration rejection from theJobMasterfor theTaskExecutor.classMessage indicating a successfulJobMasterandTaskExecutorregistration.classBase 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 RegistrationResponseModifier and TypeMethodDescriptionJobMaster.registerTaskManager(org.apache.flink.api.common.JobID jobId, TaskManagerRegistrationInformation taskManagerRegistrationInformation, Duration timeout) 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.registrationModifier and TypeClassDescriptionstatic final classA registration failure.static classA rejected (declined) registration.static classBase class for a successful registration.Methods in org.apache.flink.runtime.registration that return types with arguments of type RegistrationResponseModifier and TypeMethodDescriptionprotected 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 RegistrationResponseModifier and TypeMethodDescriptionResourceManager.registerJobMaster(JobMasterId jobMasterId, ResourceID jobManagerResourceId, String jobManagerAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) ResourceManagerGateway.registerJobMaster(JobMasterId jobMasterId, ResourceID jobMasterResourceId, String jobMasterAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) Register aJobMasterat the resource manager.ResourceManager.registerTaskExecutor(TaskExecutorRegistration taskExecutorRegistration, Duration timeout) 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.taskexecutorModifier and TypeClassDescriptionclassRejection response from theResourceManagerfor theTaskExecutor.final classBase class for responses from the ResourceManager to a registration attempt by a TaskExecutor.