Enum WorkerShutdownMode

java.lang.Object
java.lang.Enum<WorkerShutdownMode>
org.tensorflow.proto.WorkerShutdownMode
All Implemented Interfaces:
Internal.EnumLite, ProtocolMessageEnum, Serializable, Comparable<WorkerShutdownMode>

public enum WorkerShutdownMode extends Enum<WorkerShutdownMode> implements ProtocolMessageEnum
Indicates the behavior of the worker when an internal error or shutdown
signal is received.
Protobuf enum tensorflow.WorkerShutdownMode
  • Enum Constant Details

    • DEFAULT

      public static final WorkerShutdownMode DEFAULT
      DEFAULT = 0;
    • NOT_CONFIGURED

      public static final WorkerShutdownMode NOT_CONFIGURED
      NOT_CONFIGURED = 1;
    • WAIT_FOR_COORDINATOR

      public static final WorkerShutdownMode WAIT_FOR_COORDINATOR
      WAIT_FOR_COORDINATOR = 2;
    • SHUTDOWN_AFTER_TIMEOUT

      public static final WorkerShutdownMode SHUTDOWN_AFTER_TIMEOUT
      SHUTDOWN_AFTER_TIMEOUT = 3;
    • UNRECOGNIZED

      public static final WorkerShutdownMode UNRECOGNIZED
  • Field Details

    • DEFAULT_VALUE

      public static final int DEFAULT_VALUE
      DEFAULT = 0;
      See Also:
    • NOT_CONFIGURED_VALUE

      public static final int NOT_CONFIGURED_VALUE
      NOT_CONFIGURED = 1;
      See Also:
    • WAIT_FOR_COORDINATOR_VALUE

      public static final int WAIT_FOR_COORDINATOR_VALUE
      WAIT_FOR_COORDINATOR = 2;
      See Also:
    • SHUTDOWN_AFTER_TIMEOUT_VALUE

      public static final int SHUTDOWN_AFTER_TIMEOUT_VALUE
      SHUTDOWN_AFTER_TIMEOUT = 3;
      See Also:
  • Method Details

    • values

      public static WorkerShutdownMode[] 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 WorkerShutdownMode 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
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface Internal.EnumLite
      Specified by:
      getNumber in interface ProtocolMessageEnum
    • valueOf

      @Deprecated public static WorkerShutdownMode valueOf(int value)
      Deprecated.
      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:
      value - 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
    • forNumber

      public static WorkerShutdownMode forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static Internal.EnumLiteMap<WorkerShutdownMode> internalGetValueMap()
    • getValueDescriptor

      public final Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface ProtocolMessageEnum
    • getDescriptorForType

      public final Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface ProtocolMessageEnum
    • getDescriptor

      public static final Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      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:
      desc - 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