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