Uses of Class
org.apache.flink.runtime.jobmanager.scheduler.Locality
-
Packages that use Locality Package Description org.apache.flink.runtime.jobmanager.scheduler org.apache.flink.runtime.jobmaster org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of Locality in org.apache.flink.runtime.jobmanager.scheduler
Methods in org.apache.flink.runtime.jobmanager.scheduler that return Locality Modifier and Type Method Description static LocalityLocality. valueOf(String name)Returns the enum constant of this type with the specified name.static Locality[]Locality. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Locality in org.apache.flink.runtime.jobmaster
Methods in org.apache.flink.runtime.jobmaster that return Locality Modifier and Type Method Description LocalityLogicalSlot. getLocality()Gets the locality of this slot. -
Uses of Locality in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return Locality Modifier and Type Method Description LocalitySingleLogicalSlot. getLocality()LocalitySlotSelectionStrategy.SlotInfoAndLocality. getLocality()Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type Locality Modifier and Type Method Description static SingleLogicalSlotSingleLogicalSlot. allocateFromPhysicalSlot(SlotRequestId slotRequestId, PhysicalSlot physicalSlot, Locality locality, SlotOwner slotOwner, boolean slotWillBeOccupiedIndefinitely)static SlotSelectionStrategy.SlotInfoAndLocalitySlotSelectionStrategy.SlotInfoAndLocality. of(SlotInfo slotInfo, Locality locality)Constructors in org.apache.flink.runtime.jobmaster.slotpool with parameters of type Locality Constructor Description SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner)SingleLogicalSlot(SlotRequestId slotRequestId, SlotContext slotContext, Locality locality, SlotOwner slotOwner, boolean willBeOccupiedIndefinitely)
-