Uses of Interface
org.apache.flink.runtime.jobmaster.SlotOwner
-
Packages that use SlotOwner Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SlotOwner in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotOwner Modifier and Type Method Description static SingleLogicalSlot
SingleLogicalSlot. allocateFromPhysicalSlot(SlotRequestId slotRequestId, PhysicalSlot physicalSlot, Locality locality, SlotOwner slotOwner, boolean slotWillBeOccupiedIndefinitely)
Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotOwner Constructor Description SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner)
SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)
-