Uses of Class
org.apache.flink.runtime.jobmaster.slotpool.SimpleRequestSlotMatchingStrategy
-
Packages that use SimpleRequestSlotMatchingStrategy Package Description org.apache.flink.runtime.jobmaster.slotpool -
-
Uses of SimpleRequestSlotMatchingStrategy in org.apache.flink.runtime.jobmaster.slotpool
Methods in org.apache.flink.runtime.jobmaster.slotpool that return SimpleRequestSlotMatchingStrategy Modifier and Type Method Description static SimpleRequestSlotMatchingStrategySimpleRequestSlotMatchingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleRequestSlotMatchingStrategy[]SimpleRequestSlotMatchingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-