Class PhysicalSlotRequest
java.lang.Object
org.apache.flink.runtime.jobmaster.slotpool.PhysicalSlotRequest
Represents a request for a physical slot.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
PhysicalSlotRequest
public PhysicalSlotRequest(SlotRequestId slotRequestId, SlotProfile slotProfile, boolean slotWillBeOccupiedIndefinitely)
-
-
Method Details
-
getSlotRequestId
-
getSlotProfile
-
willSlotBeOccupiedIndefinitely
public boolean willSlotBeOccupiedIndefinitely()
-