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 Locality
Locality. 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 Locality
LogicalSlot. 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 Locality
SingleLogicalSlot. getLocality()
Locality
SlotSelectionStrategy.SlotInfoAndLocality. getLocality()
Methods in org.apache.flink.runtime.jobmaster.slotpool with parameters of type Locality Modifier and Type Method Description static SingleLogicalSlot
SingleLogicalSlot. allocateFromPhysicalSlot(SlotRequestId slotRequestId, PhysicalSlot physicalSlot, Locality locality, SlotOwner slotOwner, boolean slotWillBeOccupiedIndefinitely)
static SlotSelectionStrategy.SlotInfoAndLocality
SlotSelectionStrategy.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)
-