Uses of Class
org.apache.flink.runtime.resourcemanager.ResourceManagerId
-
-
Uses of ResourceManagerId in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return ResourceManagerId Modifier and Type Method Description ResourceManagerIdJobMasterRegistrationSuccess. getResourceManagerId()ResourceManagerIdResourceManagerAddress. getResourceManagerId()Methods in org.apache.flink.runtime.jobmaster with parameters of type ResourceManagerId Modifier and Type Method Description voidJobMaster. 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 ResourceManagerId Constructor Description JobMasterRegistrationSuccess(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 ResourceManagerId Modifier and Type Method Description static ResourceManagerIdResourceManagerId. fromUuid(UUID uuid)Creates 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 ResourceManagerId Modifier and Type Method Description voidDefaultSlotStatusSyncer. 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 ResourceManagerId Modifier and Type Method Description protected RetryingRegistration<ResourceManagerId,ResourceManagerGateway,TaskExecutorRegistrationSuccess,TaskExecutorRegistrationRejection>TaskExecutorToResourceManagerConnection. generateRegistration()Methods in org.apache.flink.runtime.taskexecutor with parameters of type ResourceManagerId Modifier and Type Method Description CompletableFuture<Acknowledge>TaskExecutor. requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout)CompletableFuture<Acknowledge>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.CompletableFuture<Acknowledge>TaskExecutorGatewayDecoratorBase. requestSlot(SlotID slotId, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, String targetAddress, ResourceManagerId resourceManagerId, Duration timeout)CompletableFuture<Acknowledge>TaskExecutor. updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens)CompletableFuture<Acknowledge>TaskExecutorGateway. updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens)Sends new delegation tokens to this TaskManager.CompletableFuture<Acknowledge>TaskExecutorGatewayDecoratorBase. updateDelegationTokens(ResourceManagerId resourceManagerId, byte[] tokens)Constructors in org.apache.flink.runtime.taskexecutor with parameters of type ResourceManagerId Constructor Description TaskExecutorToResourceManagerConnection(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)
-