Uses of Interface
org.apache.flink.runtime.jobmaster.SlotOwner
Packages that use SlotOwner
-
Uses of SlotOwner in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotOwnerModifier and TypeMethodDescriptionstatic SingleLogicalSlotSingleLogicalSlot.allocateFromPhysicalSlot(SlotRequestId slotRequestId, PhysicalSlot physicalSlot, Locality locality, SlotOwner slotOwner, boolean slotWillBeOccupiedIndefinitely) Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type SlotOwnerModifierConstructorDescriptionSingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner) SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)