Class JobManagerRegistration
- java.lang.Object
-
- org.apache.flink.runtime.resourcemanager.registration.JobManagerRegistration
-
public class JobManagerRegistration extends Object
Container for JobManager related registration information, such as the leader id or the job id.
-
-
Constructor Summary
Constructors Constructor Description JobManagerRegistration(org.apache.flink.api.common.JobID jobID, ResourceID jobManagerResourceID, JobMasterGateway jobManagerGateway)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.api.common.JobID
getJobID()
JobMasterGateway
getJobManagerGateway()
ResourceID
getJobManagerResourceID()
JobMasterId
getJobMasterId()
-
-
-
Constructor Detail
-
JobManagerRegistration
public JobManagerRegistration(org.apache.flink.api.common.JobID jobID, ResourceID jobManagerResourceID, JobMasterGateway jobManagerGateway)
-
-
Method Detail
-
getJobID
public org.apache.flink.api.common.JobID getJobID()
-
getJobManagerResourceID
public ResourceID getJobManagerResourceID()
-
getJobMasterId
public JobMasterId getJobMasterId()
-
getJobManagerGateway
public JobMasterGateway getJobManagerGateway()
-
-