Uses of Enum
org.apache.flink.runtime.jobmanager.scheduler.Locality
Packages that use Locality
Package
Description
-
Uses of Locality in org.apache.flink.runtime.jobmanager.scheduler
Methods in org.apache.flink.runtime.jobmanager.scheduler that return Locality -
Uses of Locality in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return Locality -
Uses of Locality in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return LocalityModifier and TypeMethodDescriptionSingleLogicalSlot.getLocality()SlotSelectionStrategy.SlotInfoAndLocality.getLocality()Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type LocalityModifier 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 LocalityModifierConstructorDescriptionSingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner) SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)