Uses of Class
org.apache.flink.runtime.taskexecutor.slot.SlotNotFoundException
-
Packages that use SlotNotFoundException Package Description org.apache.flink.runtime.taskexecutor.slot -
-
Uses of SlotNotFoundException in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that throw SlotNotFoundException Modifier and Type Method Description booleanTaskSlotTable. addTask(T task)Add the given task to the slot identified by the task's allocation id.booleanTaskSlotTableImpl. addTask(T task)default 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)MemoryManagerTaskSlotTable. getTaskMemoryManager(AllocationID allocationID)Get the memory manager of the slot allocated for the task.MemoryManagerTaskSlotTableImpl. 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)
-