Class RegistrationResponse.Rejection
- java.lang.Object
-
- org.apache.flink.runtime.registration.RegistrationResponse
-
- org.apache.flink.runtime.registration.RegistrationResponse.Rejection
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JMTMRegistrationRejection,TaskExecutorRegistrationRejection
- Enclosing class:
- RegistrationResponse
public static class RegistrationResponse.Rejection extends RegistrationResponse
A rejected (declined) registration.A rejection indicates a permanent problem which prevents the registration between the target and the caller which cannot be solved by retrying the connection. Consequently, the
RetryingRegistrationwill stop when it receives aRegistrationResponse.Rejectionresponse from the target. Moreover, a target should respond withRegistrationResponse.Rejectionif it realizes that it cannot work with the caller.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.registration.RegistrationResponse
RegistrationResponse.Failure, RegistrationResponse.Rejection, RegistrationResponse.Success
-
-
Constructor Summary
Constructors Constructor Description Rejection()
-