• T
    [FLINK-8087] Decouple Slot from AllocatedSlot · a569f38f
    Till Rohrmann 提交于
    This commit introduces the SlotContext which is an abstraction for the SimpleSlot
    to obtain the relevant slot information to do the communication with the
    TaskManager without relying on the AllocatedSlot which is now only used by the
    SlotPool.
    
    This closes #5088.
    a569f38f
Slot.java 12.3 KB