Enum BitData.RpcType

java.lang.Object
java.lang.Enum<BitData.RpcType>
org.apache.drill.exec.proto.BitData.RpcType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<BitData.RpcType>
Enclosing class:
BitData

public static enum BitData.RpcType extends Enum<BitData.RpcType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum exec.bit.data.RpcType
  • Enum Constant Details

    • HANDSHAKE

      public static final BitData.RpcType HANDSHAKE
      HANDSHAKE = 0;
    • ACK

      public static final BitData.RpcType ACK
      ACK = 1;
    • GOODBYE

      public static final BitData.RpcType GOODBYE
      GOODBYE = 2;
    • REQ_RECORD_BATCH

      public static final BitData.RpcType REQ_RECORD_BATCH
       send record batch, returns Ack
       
      REQ_RECORD_BATCH = 3;
    • SASL_MESSAGE

      public static final BitData.RpcType SASL_MESSAGE
       both bit request and response
       
      SASL_MESSAGE = 4;
    • REQ_RUNTIME_FILTER

      public static final BitData.RpcType REQ_RUNTIME_FILTER
       send runtime filter data from HashJoin to Foreman, from Foreman to Scan nodes.
       
      REQ_RUNTIME_FILTER = 5;
    • DATA_ACK_WITH_CREDIT

      public static final BitData.RpcType DATA_ACK_WITH_CREDIT
       a ack for data tunnel,with a runtime suggested credit as a response.
       
      DATA_ACK_WITH_CREDIT = 6;
  • Field Details

    • HANDSHAKE_VALUE

      public static final int HANDSHAKE_VALUE
      HANDSHAKE = 0;
      See Also:
    • ACK_VALUE

      public static final int ACK_VALUE
      ACK = 1;
      See Also:
    • GOODBYE_VALUE

      public static final int GOODBYE_VALUE
      GOODBYE = 2;
      See Also:
    • REQ_RECORD_BATCH_VALUE

      public static final int REQ_RECORD_BATCH_VALUE
       send record batch, returns Ack
       
      REQ_RECORD_BATCH = 3;
      See Also:
    • SASL_MESSAGE_VALUE

      public static final int SASL_MESSAGE_VALUE
       both bit request and response
       
      SASL_MESSAGE = 4;
      See Also:
    • REQ_RUNTIME_FILTER_VALUE

      public static final int REQ_RUNTIME_FILTER_VALUE
       send runtime filter data from HashJoin to Foreman, from Foreman to Scan nodes.
       
      REQ_RUNTIME_FILTER = 5;
      See Also:
    • DATA_ACK_WITH_CREDIT_VALUE

      public static final int DATA_ACK_WITH_CREDIT_VALUE
       a ack for data tunnel,with a runtime suggested credit as a response.
       
      DATA_ACK_WITH_CREDIT = 6;
      See Also:
  • Method Details

    • values

      public static BitData.RpcType[] 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 BitData.RpcType 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 com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static BitData.RpcType 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 BitData.RpcType 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 com.google.protobuf.Internal.EnumLiteMap<BitData.RpcType> internalGetValueMap()
    • 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 BitData.RpcType 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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null