Enum SimpleRequestSlotMatchingStrategy

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

public enum SimpleRequestSlotMatchingStrategy extends Enum<SimpleRequestSlotMatchingStrategy> implements RequestSlotMatchingStrategy
Simple implementation of the RequestSlotMatchingStrategy that matches the pending requests in order as long as the resource profile can be fulfilled.