Enum TaskManagerLocation.ResolutionMode

java.lang.Object
java.lang.Enum<TaskManagerLocation.ResolutionMode>
org.apache.flink.runtime.taskmanager.TaskManagerLocation.ResolutionMode
All Implemented Interfaces:
Serializable, Comparable<TaskManagerLocation.ResolutionMode>
Enclosing class:
TaskManagerLocation

public static enum TaskManagerLocation.ResolutionMode extends Enum<TaskManagerLocation.ResolutionMode>
The DNS resolution mode for TaskManager's IP address.
  • Enum Constant Details

  • Method Details

    • values

      public static TaskManagerLocation.ResolutionMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TaskManagerLocation.ResolutionMode valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null