Class ReservedSlots
- java.lang.Object
-
- org.apache.flink.runtime.scheduler.adaptive.allocator.ReservedSlots
-
public final class ReservedSlots extends Object
Container for the set of reserved slots forExecutionVertexID.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReservedSlotscreate(Map<ExecutionVertexID,LogicalSlot> assignedSlots)LogicalSlotgetSlotFor(ExecutionVertexID executionVertexId)
-
-
-
Method Detail
-
getSlotFor
public LogicalSlot getSlotFor(ExecutionVertexID executionVertexId)
-
create
public static ReservedSlots create(Map<ExecutionVertexID,LogicalSlot> assignedSlots)
-
-