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
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
RetryingRegistration will stop when it receives a RegistrationResponse.Rejection response from the
target. Moreover, a target should respond with RegistrationResponse.Rejection if it realizes that it
cannot work with the caller.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.registration.RegistrationResponse
RegistrationResponse.Failure, RegistrationResponse.Rejection, RegistrationResponse.Success -
Constructor Summary
Constructors -
Method Summary