Class SlotRequestId

  • All Implemented Interfaces:
    Serializable, Comparable<org.apache.flink.util.AbstractID>

    public final class SlotRequestId
    extends org.apache.flink.util.AbstractID
    This ID identifies the request for a slot from the Execution to the SlotPool or PhysicalSlotProvider. There are various slot types like PhysicalSlot, LogicalSlot or SharedSlot in the case of slot sharing.

    This ID serves a different purpose than the AllocationID, which identifies the request of a physical slot, issued from the SlotPool via the ResourceManager to the TaskManager.

    See Also:
    Serialized Form
    • Constructor Detail

      • SlotRequestId

        public SlotRequestId​(long lowerPart,
                             long upperPart)
      • SlotRequestId

        public SlotRequestId()
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class org.apache.flink.util.AbstractID