Class JobMasterRegistrationSuccess
java.lang.Object
org.apache.flink.runtime.registration.RegistrationResponse
org.apache.flink.runtime.registration.RegistrationResponse.Success
org.apache.flink.runtime.jobmaster.JobMasterRegistrationSuccess
- All Implemented Interfaces:
Serializable
Base class for responses from the ResourceManager to a registration attempt by a JobMaster.
- 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
ConstructorsConstructorDescriptionJobMasterRegistrationSuccess(ResourceManagerId resourceManagerId, ResourceID resourceManagerResourceId) -
Method Summary
-
Constructor Details
-
JobMasterRegistrationSuccess
public JobMasterRegistrationSuccess(ResourceManagerId resourceManagerId, ResourceID resourceManagerResourceId)
-
-
Method Details
-
getResourceManagerId
-
getResourceManagerResourceId
-
toString
- Overrides:
toStringin classRegistrationResponse.Success
-