Uses of Class
org.apache.flink.runtime.resourcemanager.ResourceManagerId
Packages that use ResourceManagerId
Package
Description
-
Uses of ResourceManagerId in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ResourceManagerIdModifier and TypeMethodDescriptionJobMasterRegistrationSuccess.getResourceManagerId()ResourceManagerAddress.getResourceManagerId()Methods in org.apache.flink.runtime.jobmaster with parameters of type ResourceManagerIdModifier and TypeMethodDescriptionvoidJobMaster.disconnectResourceManager(ResourceManagerId resourceManagerId, Exception cause) voidJobMasterGateway.disconnectResourceManager(ResourceManagerId resourceManagerId, Exception cause) Disconnects the resource manager from the job manager because of the given cause.Constructors in org.apache.flink.runtime.jobmaster with parameters of type ResourceManagerIdModifierConstructorDescriptionJobMasterRegistrationSuccess(ResourceManagerId resourceManagerId, ResourceID resourceManagerResourceId) ResourceManagerAddress(String address, ResourceManagerId resourceManagerId) -
Uses of ResourceManagerId in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return ResourceManagerIdModifier and TypeMethodDescriptionstatic ResourceManagerIdCreates a ResourceManagerId that corresponds to the given UUID.static ResourceManagerIdResourceManagerId.fromUuidOrNull(UUID uuid) If the given uuid is null, this returns null, otherwise a ResourceManagerId that corresponds to the UUID, viaResourceManagerId(UUID).static ResourceManagerIdResourceManagerId.generate()Generates a new random ResourceManagerId. -
Uses of ResourceManagerId in org.apache.flink.runtime.resourcemanager.slotmanager
Methods in org.apache.flink.runtime.resourcemanager.slotmanager with parameters of type ResourceManagerIdModifier and TypeMethodDescriptionvoidDefaultSlotStatusSyncer.initialize(org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerTracker taskManagerTracker, ResourceTracker resourceTracker, ResourceManagerId resourceManagerId, Executor mainThreadExecutor) voidSlotStatusSyncer.initialize(org.apache.flink.runtime.resourcemanager.slotmanager.TaskManagerTracker taskManagerTracker, ResourceTracker resourceTracker, ResourceManagerId resourceManagerId, Executor mainThreadExecutor) Initialize this syncer.voidFineGrainedSlotManager.start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener newResourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker) Starts the slot manager with the given leader id and resource manager actions.voidSlotManager.start(ResourceManagerId newResourceManagerId, Executor newMainThreadExecutor, ResourceAllocator newResourceAllocator, ResourceEventListener resourceEventListener, BlockedTaskManagerChecker newBlockedTaskManagerChecker) Starts the slot manager with the given leader id and resource manager actions. -
Uses of ResourceManagerId in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type ResourceManagerIdModifier and TypeMethodDescriptionprotected RetryingRegistration<ResourceManagerId,ResourceManagerGateway, TaskExecutorRegistrationSuccess, TaskExecutorRegistrationRejection> TaskExecutorToResourceManagerConnection.generateRegistration()Methods in org.apache.flink.runtime.taskexecutor with parameters of type ResourceManagerIdModifier and TypeMethodDescriptionTaskExecutor.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) TaskExecutorGateway.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) Requests a slot from the TaskManager.TaskExecutorGatewayDecoratorBase.requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout) TaskExecutor.updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens) TaskExecutorGateway.updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens) Sends new delegation tokens to this TaskManager.TaskExecutorGatewayDecoratorBase.updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens) Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ResourceManagerIdModifierConstructorDescriptionTaskExecutorToResourceManagerConnection(org.slf4j.Logger log, org.apache.flink.runtime.rpc.RpcService rpcService, RetryingRegistrationConfiguration retryingRegistrationConfiguration, String resourceManagerAddress, ResourceManagerId resourceManagerId, Executor executor, RegistrationConnectionListener<TaskExecutorToResourceManagerConnection, TaskExecutorRegistrationSuccess, TaskExecutorRegistrationRejection> registrationListener, TaskExecutorRegistration taskExecutorRegistration)