Uses of Class
org.apache.flink.runtime.taskexecutor.slot.TaskSlot
-
Packages that use TaskSlot Package Description org.apache.flink.runtime.taskexecutor.slot -
-
Uses of TaskSlot in org.apache.flink.runtime.taskexecutor.slot
Methods in org.apache.flink.runtime.taskexecutor.slot that return types with arguments of type TaskSlot Modifier and Type Method Description Iterator<TaskSlot<T>>TaskSlotTable. getAllocatedSlots(org.apache.flink.api.common.JobID jobId)Return an iterator of allocated slots for the given job id.Iterator<TaskSlot<T>>TaskSlotTableImpl. getAllocatedSlots(org.apache.flink.api.common.JobID jobId)
-