Class JobMaster

java.lang.Object
org.apache.flink.runtime.rpc.RpcEndpoint
org.apache.flink.runtime.rpc.FencedRpcEndpoint<JobMasterId>
org.apache.flink.runtime.jobmaster.JobMaster
All Implemented Interfaces:
AutoCloseable, BlocklistListener, CheckpointCoordinatorGateway, JobMasterGateway, JobMasterOperatorEventGateway, JobMasterService, KvStateLocationOracle, KvStateRegistryGateway, org.apache.flink.runtime.rpc.FencedRpcGateway<JobMasterId>, org.apache.flink.runtime.rpc.RpcGateway, org.apache.flink.util.AutoCloseableAsync

public class JobMaster extends org.apache.flink.runtime.rpc.FencedRpcEndpoint<JobMasterId> implements JobMasterGateway, JobMasterService
JobMaster implementation. The job master is responsible for the execution of a single ExecutionPlan.

It offers the following methods as part of its rpc interface to interact with the JobMaster remotely: