Class RegistrationResponse
- java.lang.Object
-
- org.apache.flink.runtime.registration.RegistrationResponse
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RegistrationResponse.Failure,RegistrationResponse.Rejection,RegistrationResponse.Success
public abstract class RegistrationResponse extends Object implements Serializable
Base class for responses given to registration attempts fromRetryingRegistration.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegistrationResponse.FailureA registration failure.static classRegistrationResponse.RejectionA rejected (declined) registration.static classRegistrationResponse.SuccessBase class for a successful registration.
-
Constructor Summary
Constructors Constructor Description RegistrationResponse()
-