Class PhysicalSlotRequest

java.lang.Object
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest

public class PhysicalSlotRequest extends Object
Represents a request for a physical slot.
  • Constructor Details

    • PhysicalSlotRequest

      public PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
  • Method Details

    • getSlotRequestId

      public SlotRequestId getSlotRequestId()
    • getSlotProfile

      public SlotProfile getSlotProfile()
    • willSlotBeOccupiedIndefinitely

      public boolean willSlotBeOccupiedIndefinitely()