Uses of Class
org.apache.flink.runtime.jobmaster.JobMasterId
Packages that use JobMasterId
Package
Description
-
Uses of JobMasterId in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return JobMasterIdModifier and TypeMethodDescriptionstatic JobMasterIdJobMasterId.fromUuidOrNull(UUID uuid) If the given uuid is null, this returns null, otherwise a JobMasterId that corresponds to the UUID, viaJobMasterId(UUID).static JobMasterIdJobMasterId.generate()Generates a new random JobMasterId.Constructors in org.apache.flink.runtime.jobmaster with parameters of type JobMasterIdModifierConstructorDescriptionJobMaster(org.apache.flink.runtime.rpc.RpcService rpcService, JobMasterId jobMasterId, JobMasterConfiguration jobMasterConfiguration, ResourceID resourceId, ExecutionPlan executionPlan, HighAvailabilityServices highAvailabilityService, SlotPoolServiceSchedulerFactory slotPoolServiceSchedulerFactory, JobManagerSharedServices jobManagerSharedServices, HeartbeatServices heartbeatServices, JobManagerJobMetricGroupFactory jobMetricGroupFactory, OnCompletionActions jobCompletionActions, org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler, ClassLoader userCodeLoader, ShuffleMaster<?> shuffleMaster, PartitionTrackerFactory partitionTrackerFactory, ExecutionDeploymentTracker executionDeploymentTracker, ExecutionDeploymentReconciler.Factory executionDeploymentReconcilerFactory, BlocklistHandler.Factory blocklistHandlerFactory, Collection<org.apache.flink.core.failure.FailureEnricher> failureEnrichers, long initializationTimestamp) RpcTaskManagerGateway(TaskExecutorGateway taskExecutorGateway, JobMasterId jobMasterId) -
Uses of JobMasterId in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type JobMasterIdModifier and TypeMethodDescriptionfinal voidDeclarativeSlotPoolService.start(JobMasterId jobMasterId, String address) voidSlotPool.start(JobMasterId jobMasterId, String newJobManagerAddress) voidSlotPoolService.start(JobMasterId jobMasterId, String address) Start the encapsulated slot pool implementation. -
Uses of JobMasterId in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type JobMasterIdModifier and TypeMethodDescriptionDefaultJobLeaderIdService.getLeaderId(org.apache.flink.api.common.JobID jobId) JobLeaderIdService.getLeaderId(org.apache.flink.api.common.JobID jobId) Get the leader'sJobMasterIdfuture for the given job.Methods in org.apache.flink.runtime.resourcemanager with parameters of type JobMasterIdModifier and TypeMethodDescriptionResourceManager.declareRequiredResources(JobMasterId jobMasterId, ResourceRequirements resourceRequirements, Duration timeout) ResourceManagerGateway.declareRequiredResources(JobMasterId jobMasterId, ResourceRequirements resourceRequirements, Duration timeout) Declares the absolute resource requirements for a job.voidJobLeaderIdActions.jobLeaderLostLeadership(org.apache.flink.api.common.JobID jobId, JobMasterId oldJobMasterId) Callback when a monitored job leader lost its leadership.protected voidResourceManager.jobLeaderLostLeadership(org.apache.flink.api.common.JobID jobId, JobMasterId oldJobMasterId) ResourceManager.registerJobMaster(JobMasterId jobMasterId, ResourceID jobManagerResourceId, String jobManagerAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) ResourceManagerGateway.registerJobMaster(JobMasterId jobMasterId, ResourceID jobMasterResourceId, String jobMasterAddress, org.apache.flink.api.common.JobID jobId, Duration timeout) Register aJobMasterat the resource manager. -
Uses of JobMasterId in org.apache.flink.runtime.resourcemanager.registration
Methods in org.apache.flink.runtime.resourcemanager.registration that return JobMasterId -
Uses of JobMasterId in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobMasterIdMethods in org.apache.flink.runtime.taskexecutor with parameters of type JobMasterIdModifier and TypeMethodDescriptionvoidJobLeaderListener.jobManagerLostLeadership(org.apache.flink.api.common.JobID jobId, JobMasterId jobMasterId) Callback if the job leader for the job with the given job id lost its leadership.TaskExecutor.submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout) TaskExecutorGateway.submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout) Submit aTaskto theTaskExecutor.TaskExecutorGatewayDecoratorBase.submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout)