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:
  • Constructor Details

    • Success

      public Success()
  • Method Details