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