Uses of Class
org.apache.flink.runtime.jobmaster.SlotRequestId
Packages that use SlotRequestId
-
Uses of SlotRequestId in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return SlotRequestIdModifier and TypeMethodDescriptionLogicalSlot.getSlotRequestId()Gets the slot request id uniquely identifying the request with which this slot has been allocated. -
Uses of SlotRequestId in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return SlotRequestIdModifier and TypeMethodDescriptionPhysicalSlotRequest.getSlotRequestId()PhysicalSlotRequest.Result.getSlotRequestId()SingleLogicalSlot.getSlotRequestId()Methods in org.apache.flink.runtime.jobmaster.slotpool that return types with arguments of type SlotRequestIdModifier and TypeMethodDescriptionPhysicalSlotProvider.allocatePhysicalSlots(Collection<PhysicalSlotRequest> physicalSlotRequests) Submit requests to allocate physical slots.PhysicalSlotProviderImpl.allocatePhysicalSlots(Collection<PhysicalSlotRequest> physicalSlotRequests) Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotRequestIdModifier and TypeMethodDescriptionDeclarativeSlotPoolBridge.allocateAvailableSlot(SlotRequestId slotRequestId, AllocationID allocationID, ResourceProfile requirementProfile) SlotPool.allocateAvailableSlot(SlotRequestId slotRequestId, AllocationID allocationID, ResourceProfile requirementProfile) Allocates the available slot with the given allocation id under the given request id for the given requirement profile.static SingleLogicalSlotSingleLogicalSlot.allocateFromPhysicalSlot(SlotRequestId slotRequestId, PhysicalSlot physicalSlot, Locality locality, SlotOwner slotOwner, boolean slotWillBeOccupiedIndefinitely) voidPhysicalSlotProvider.cancelSlotRequest(SlotRequestId slotRequestId, Throwable cause) Cancels the slot request with the givenSlotRequestId.voidPhysicalSlotProviderImpl.cancelSlotRequest(SlotRequestId slotRequestId, Throwable cause) voidAllocatedSlotActions.releaseSlot(SlotRequestId slotRequestId, Throwable cause) Releases the slot with the givenSlotRequestId.voidDeclarativeSlotPoolBridge.releaseSlot(SlotRequestId slotRequestId, Throwable cause) DeclarativeSlotPoolBridge.requestNewAllocatedBatchSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations) default CompletableFuture<PhysicalSlot>SlotPool.requestNewAllocatedBatchSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile) Requests the allocation of a new batch slot from the resource manager.SlotPool.requestNewAllocatedBatchSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations) DeclarativeSlotPoolBridge.requestNewAllocatedSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations, Duration timeout) default CompletableFuture<PhysicalSlot>SlotPool.requestNewAllocatedSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Duration timeout) Request the allocation of a new slot from the resource manager.SlotPool.requestNewAllocatedSlot(SlotRequestId slotRequestId, ResourceProfile resourceProfile, Collection<AllocationID> preferredAllocations, Duration timeout) Request the allocation of a new slot from the resource manager.Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotRequestIdModifierConstructorDescriptionPhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely) Result(SlotRequestId slotRequestId, PhysicalSlot physicalSlot) SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner) SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)