Enum FailureDetails.Worker.Code

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<FailureDetails.Worker.Code>
    Enclosing class:
    FailureDetails.Worker

    public static enum FailureDetails.Worker.Code
    extends java.lang.Enum<FailureDetails.Worker.Code>
    implements com.google.protobuf.ProtocolMessageEnum
    Protobuf enum failure_details.Worker.Code
    • Enum Constant Detail

      • WORKER_UNKNOWN

        public static final FailureDetails.Worker.Code WORKER_UNKNOWN
        WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
      • MULTIPLEXER_INSTANCE_REMOVAL_FAILURE

        public static final FailureDetails.Worker.Code MULTIPLEXER_INSTANCE_REMOVAL_FAILURE
        MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
      • MULTIPLEXER_DOES_NOT_EXIST

        public static final FailureDetails.Worker.Code MULTIPLEXER_DOES_NOT_EXIST
        MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }
      • VIRTUAL_INPUT_MATERIALIZATION_FAILURE

        public static final FailureDetails.Worker.Code VIRTUAL_INPUT_MATERIALIZATION_FAILURE
        VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
      • BORROW_FAILURE

        public static final FailureDetails.Worker.Code BORROW_FAILURE
        BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }
      • PREFETCH_FAILURE

        public static final FailureDetails.Worker.Code PREFETCH_FAILURE
        PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }
      • PREPARE_FAILURE

        public static final FailureDetails.Worker.Code PREPARE_FAILURE
        PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }
      • REQUEST_FAILURE

        public static final FailureDetails.Worker.Code REQUEST_FAILURE
        REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }
      • PARSE_RESPONSE_FAILURE

        public static final FailureDetails.Worker.Code PARSE_RESPONSE_FAILURE
        PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }
      • FINISH_FAILURE

        public static final FailureDetails.Worker.Code FINISH_FAILURE
        FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }
      • FORBIDDEN_INPUT

        public static final FailureDetails.Worker.Code FORBIDDEN_INPUT
        FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... }
    • Field Detail

      • WORKER_UNKNOWN_VALUE

        public static final int WORKER_UNKNOWN_VALUE
        WORKER_UNKNOWN = 0 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE

        public static final int MULTIPLEXER_INSTANCE_REMOVAL_FAILURE_VALUE
        MULTIPLEXER_INSTANCE_REMOVAL_FAILURE = 1 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • MULTIPLEXER_DOES_NOT_EXIST_VALUE

        public static final int MULTIPLEXER_DOES_NOT_EXIST_VALUE
        MULTIPLEXER_DOES_NOT_EXIST = 2 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • NO_TOOLS_VALUE

        public static final int NO_TOOLS_VALUE
        NO_TOOLS = 3 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • NO_FLAGFILE_VALUE

        public static final int NO_FLAGFILE_VALUE
        NO_FLAGFILE = 4 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE

        public static final int VIRTUAL_INPUT_MATERIALIZATION_FAILURE_VALUE
        VIRTUAL_INPUT_MATERIALIZATION_FAILURE = 5 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • BORROW_FAILURE_VALUE

        public static final int BORROW_FAILURE_VALUE
        BORROW_FAILURE = 6 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PREFETCH_FAILURE_VALUE

        public static final int PREFETCH_FAILURE_VALUE
        PREFETCH_FAILURE = 7 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PREPARE_FAILURE_VALUE

        public static final int PREPARE_FAILURE_VALUE
        PREPARE_FAILURE = 8 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • REQUEST_FAILURE_VALUE

        public static final int REQUEST_FAILURE_VALUE
        REQUEST_FAILURE = 9 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • PARSE_RESPONSE_FAILURE_VALUE

        public static final int PARSE_RESPONSE_FAILURE_VALUE
        PARSE_RESPONSE_FAILURE = 10 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • NO_RESPONSE_VALUE

        public static final int NO_RESPONSE_VALUE
        NO_RESPONSE = 11 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • FINISH_FAILURE_VALUE

        public static final int FINISH_FAILURE_VALUE
        FINISH_FAILURE = 12 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
      • FORBIDDEN_INPUT_VALUE

        public static final int FORBIDDEN_INPUT_VALUE
        FORBIDDEN_INPUT = 13 [(.failure_details.metadata) = { ... }
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static FailureDetails.Worker.Code[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (FailureDetails.Worker.Code c : FailureDetails.Worker.Code.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static FailureDetails.Worker.Code valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

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

        @Deprecated
        public static FailureDetails.Worker.Code 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static FailureDetails.Worker.Code forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

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

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

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static FailureDetails.Worker.Code valueOf​(com.google.protobuf.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null