Class RegistrationResponse.Success
- java.lang.Object
-
- org.apache.flink.runtime.registration.RegistrationResponse
-
- org.apache.flink.runtime.registration.RegistrationResponse.Success
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JMTMRegistrationSuccess
,JobMasterRegistrationSuccess
,TaskExecutorRegistrationSuccess
- Enclosing class:
- RegistrationResponse
public static class RegistrationResponse.Success extends RegistrationResponse
Base class for a successful registration. Concrete registration implementations will typically extend this class to attach more information.- 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 Success()
-