Uses of Class
org.apache.flink.runtime.jobmaster.JobMasterId
-
-
Uses of JobMasterId in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return JobMasterId Modifier and Type Method Description static 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 JobMasterId Constructor Description JobMaster(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 JobMasterId Modifier and Type Method Description 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 JobMasterId Modifier and Type Method Description CompletableFuture<JobMasterId>DefaultJobLeaderIdService. getLeaderId(org.apache.flink.api.common.JobID jobId)CompletableFuture<JobMasterId>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 JobMasterId Modifier and Type Method Description CompletableFuture<Acknowledge>ResourceManager. declareRequiredResources(JobMasterId jobMasterId, ResourceRequirements resourceRequirements, Duration timeout)CompletableFuture<Acknowledge>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)CompletableFuture<RegistrationResponse>ResourceManager. registerJobMaster(JobMasterId jobMasterId, ResourceID jobManagerResourceId, String jobManagerAddress, org.apache.flink.api.common.JobID jobId, Duration timeout)CompletableFuture<RegistrationResponse>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 Modifier and Type Method Description JobMasterIdJobManagerRegistration. getJobMasterId() -
Uses of JobMasterId in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return JobMasterId Modifier and Type Method Description JobMasterIdJobTable.Connection. getJobMasterId()Methods in org.apache.flink.runtime.taskexecutor with parameters of type JobMasterId Modifier and Type Method Description voidJobLeaderListener. 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.CompletableFuture<Acknowledge>TaskExecutor. submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout)CompletableFuture<Acknowledge>TaskExecutorGateway. submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout)Submit aTaskto theTaskExecutor.CompletableFuture<Acknowledge>TaskExecutorGatewayDecoratorBase. submitTask(TaskDeploymentDescriptor tdd, JobMasterId jobMasterId, Duration timeout)
-