Uses of Interface
org.apache.flink.runtime.jobmaster.JobMasterGateway
Packages that use JobMasterGateway
Package
Description
-
Uses of JobMasterGateway in org.apache.flink.runtime.dispatcher.cleanup
Methods in org.apache.flink.runtime.dispatcher.cleanup that return types with arguments of type JobMasterGateway -
Uses of JobMasterGateway in org.apache.flink.runtime.jobmaster
Classes in org.apache.flink.runtime.jobmaster that implement JobMasterGatewayMethods in org.apache.flink.runtime.jobmaster that return JobMasterGatewayModifier and TypeMethodDescriptionJobMaster.getGateway()JobMasterService.getGateway()Get theJobMasterGatewaybelonging to this service.Methods in org.apache.flink.runtime.jobmaster that return types with arguments of type JobMasterGatewayModifier and TypeMethodDescriptionJobManagerRunner.getJobMasterGateway()Get theJobMasterGatewayof theJobMaster.JobMasterServiceLeadershipRunner.getJobMasterGateway()DefaultJobMasterServiceProcess.getJobMasterGatewayFuture()JobMasterServiceProcess.getJobMasterGatewayFuture()Future which is completed with theJobMasterGatewayonce theJobMasterServicehas been created.JobMasterServiceProcess.WaitingForLeadership.getJobMasterGatewayFuture() -
Uses of JobMasterGateway in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return JobMasterGatewayConstructors in org.apache.flink.runtime.resourcemanager.registration with parameters of type JobMasterGatewayModifierConstructorDescriptionJobManagerRegistration(org.apache.flink.api.common.JobID jobID, ResourceID jobManagerResourceID, JobMasterGateway jobManagerGateway) -
Uses of JobMasterGateway in org.apache.flink.runtime.shuffle
Constructors in org.apache.flink.runtime.shuffle with parameters of type JobMasterGatewayModifierConstructorDescriptionJobShuffleContextImpl(org.apache.flink.api.common.JobID jobId, JobMasterGateway jobMasterGateway) -
Uses of JobMasterGateway in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobMasterGatewayMethods in org.apache.flink.runtime.taskexecutor with parameters of type JobMasterGatewayModifier and TypeMethodDescriptionJobTable.Job.connect(ResourceID resourceId, JobMasterGateway jobMasterGateway, TaskManagerActions taskManagerActions, CheckpointResponder checkpointResponder, GlobalAggregateManager aggregateManager, PartitionProducerStateChecker partitionStateChecker) Connects the job to a JobManager and associates the provided services with this connection.voidJobLeaderListener.jobManagerGainedLeadership(org.apache.flink.api.common.JobID jobId, JobMasterGateway jobManagerGateway, JMTMRegistrationSuccess registrationMessage) Callback if a job manager has gained leadership for the job identified by the job id and a connection could be established to this job manager. -
Uses of JobMasterGateway in org.apache.flink.runtime.taskexecutor.rpc
Constructors in org.apache.flink.runtime.taskexecutor.rpc with parameters of type JobMasterGatewayModifierConstructorDescriptionRpcGlobalAggregateManager(JobMasterGateway jobMasterGateway) RpcInputSplitProvider(JobMasterGateway jobMasterGateway, JobVertexID jobVertexID, ExecutionAttemptID executionAttemptID, Duration timeout) RpcPartitionStateChecker(JobMasterGateway jobMasterGateway)