Uses of Class
org.apache.flink.runtime.taskexecutor.exceptions.SlotAllocationException
-
Packages that use SlotAllocationException Package Description org.apache.flink.runtime.taskexecutor.exceptions org.apache.flink.runtime.taskexecutor.slot -
-
Uses of SlotAllocationException in org.apache.flink.runtime.taskexecutor.exceptions
Subclasses of SlotAllocationException in org.apache.flink.runtime.taskexecutor.exceptions Modifier and Type Class Description classSlotOccupiedExceptionException which signals that a slot is already occupied by the givenAllocationID. -
Uses of SlotAllocationException in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that throw SlotAllocationException Modifier and Type Method Description voidTaskSlotTable. allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, Duration slotTimeout)Allocate the slot with the given index for the given job and allocation id.voidTaskSlotTable. allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, Duration slotTimeout)Allocate the slot with the given index for the given job and allocation id.voidTaskSlotTableImpl. allocateSlot(int index, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, Duration slotTimeout)voidTaskSlotTableImpl. allocateSlot(int requestedIndex, org.apache.flink.api.common.JobID jobId, AllocationID allocationId, ResourceProfile resourceProfile, Duration slotTimeout)
-