Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
Packages that use SlotNotFoundException
-
Uses of SlotNotFoundException in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that throw SlotNotFoundExceptionModifier and TypeMethodDescriptionbooleanAdd the given task to the slot identified by the task's allocation id.booleandefault intTaskSlotTable.freeSlot(AllocationID allocationId) Try to free the slot.intTaskSlotTable.freeSlot(AllocationID allocationId, Throwable cause) Tries to free the slot.intTaskSlotTableImpl.freeSlot(AllocationID allocationId, Throwable cause) TaskSlotTable.getTaskMemoryManager(AllocationID allocationID) Get the memory manager of the slot allocated for the task.TaskSlotTableImpl.getTaskMemoryManager(AllocationID allocationID) booleanTaskSlotTable.markSlotActive(AllocationID allocationId) Marks the slot under the given allocation id as active.booleanTaskSlotTableImpl.markSlotActive(AllocationID allocationId) booleanTaskSlotTable.markSlotInactive(AllocationID allocationId, Duration slotTimeout) Marks the slot under the given allocation id as inactive.booleanTaskSlotTableImpl.markSlotInactive(AllocationID allocationId, Duration slotTimeout)