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