Enum WorkerHealth

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

public enum WorkerHealth extends Enum<WorkerHealth> implements ProtocolMessageEnum
Current health status of a worker.
Protobuf enum tensorflow.WorkerHealth
  • Enum Constant Details

    • OK

      public static final WorkerHealth OK
      By default a worker is healthy.
      
      OK = 0;
    • RECEIVED_SHUTDOWN_SIGNAL

      public static final WorkerHealth RECEIVED_SHUTDOWN_SIGNAL
      RECEIVED_SHUTDOWN_SIGNAL = 1;
    • INTERNAL_ERROR

      public static final WorkerHealth INTERNAL_ERROR
      INTERNAL_ERROR = 2;
    • SHUTTING_DOWN

      public static final WorkerHealth SHUTTING_DOWN
      Worker has been instructed to shutdown after a timeout.
      
      SHUTTING_DOWN = 3;
    • UNRECOGNIZED

      public static final WorkerHealth UNRECOGNIZED
  • Field Details

    • OK_VALUE

      public static final int OK_VALUE
      By default a worker is healthy.
      
      OK = 0;
      See Also:
    • RECEIVED_SHUTDOWN_SIGNAL_VALUE

      public static final int RECEIVED_SHUTDOWN_SIGNAL_VALUE
      RECEIVED_SHUTDOWN_SIGNAL = 1;
      See Also:
    • INTERNAL_ERROR_VALUE

      public static final int INTERNAL_ERROR_VALUE
      INTERNAL_ERROR = 2;
      See Also:
    • SHUTTING_DOWN_VALUE

      public static final int SHUTTING_DOWN_VALUE
      Worker has been instructed to shutdown after a timeout.
      
      SHUTTING_DOWN = 3;
      See Also:
  • Method Details

    • values

      public static WorkerHealth[] 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 WorkerHealth 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 WorkerHealth 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 WorkerHealth 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<WorkerHealth> 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

      public static WorkerHealth valueOf(Descriptors.EnumValueDescriptor desc)
      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