Class PhysicalSlotRequest
- java.lang.Object
-
- org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
-
public class PhysicalSlotRequest extends Object
Represents a request for a physical slot.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPhysicalSlotRequest.ResultResult of aPhysicalSlotRequest.
-
Constructor Summary
Constructors Constructor Description PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SlotProfilegetSlotProfile()SlotRequestIdgetSlotRequestId()booleanwillSlotBeOccupiedIndefinitely()
-
-
-
Constructor Detail
-
PhysicalSlotRequest
public PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
-
-
Method Detail
-
getSlotRequestId
public SlotRequestId getSlotRequestId()
-
getSlotProfile
public SlotProfile getSlotProfile()
-
willSlotBeOccupiedIndefinitely
public boolean willSlotBeOccupiedIndefinitely()
-
-