Enum PreferredAllocationRequestSlotMatchingStrategy

java.lang.Object
java.lang.Enum<PreferredAllocationRequestSlotMatchingStrategy>
org.apache.flink.runtime.jobmaster.slotpool.PreferredAllocationRequestSlotMatchingStrategy
All Implemented Interfaces:
Serializable, Comparable<PreferredAllocationRequestSlotMatchingStrategy>, RequestSlotMatchingStrategy

public enum PreferredAllocationRequestSlotMatchingStrategy extends Enum<PreferredAllocationRequestSlotMatchingStrategy> implements RequestSlotMatchingStrategy
RequestSlotMatchingStrategy that takes the preferred allocations into account. The strategy will try to fulfill the preferred allocations and if this is not possible, then it will fall back to SimpleRequestSlotMatchingStrategy.