Class RegistrationResponse.Failure
java.lang.Object
org.apache.flink.runtime.registration.RegistrationResponse
org.apache.flink.runtime.registration.RegistrationResponse.Failure
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RegistrationResponse
A registration failure.
A failure indicates a temporary problem which can be solved by retrying the connection
attempt. That's why the RetryingRegistration will retry the registration with the
target upon receiving a RegistrationResponse.Failure response. Consequently, the target should answer with
a RegistrationResponse.Failure if a temporary failure has occurred.
- 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