public static enum BitData.RpcType extends Enum<BitData.RpcType> implements com.google.protobuf.ProtocolMessageEnum
exec.bit.data.RpcType
Enum Constant and Description |
---|
ACK
ACK = 1; |
DATA_ACK_WITH_CREDIT
a ack for data tunnel,with a runtime suggested credit as a response.
|
GOODBYE
GOODBYE = 2; |
HANDSHAKE
HANDSHAKE = 0; |
REQ_RECORD_BATCH
send record batch, returns Ack
|
REQ_RUNTIME_FILTER
send runtime filter data from HashJoin to Foreman, from Foreman to Scan nodes.
|
SASL_MESSAGE
both bit request and response
|
Modifier and Type | Field and Description |
---|---|
static int |
ACK_VALUE
ACK = 1; |
static int |
DATA_ACK_WITH_CREDIT_VALUE
a ack for data tunnel,with a runtime suggested credit as a response.
|
static int |
GOODBYE_VALUE
GOODBYE = 2; |
static int |
HANDSHAKE_VALUE
HANDSHAKE = 0; |
static int |
REQ_RECORD_BATCH_VALUE
send record batch, returns Ack
|
static int |
REQ_RUNTIME_FILTER_VALUE
send runtime filter data from HashJoin to Foreman, from Foreman to Scan nodes.
|
static int |
SASL_MESSAGE_VALUE
both bit request and response
|
Modifier and Type | Method and Description |
---|---|
static BitData.RpcType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BitData.RpcType> |
internalGetValueMap() |
static BitData.RpcType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BitData.RpcType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BitData.RpcType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitData.RpcType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitData.RpcType HANDSHAKE
HANDSHAKE = 0;
public static final BitData.RpcType ACK
ACK = 1;
public static final BitData.RpcType GOODBYE
GOODBYE = 2;
public static final BitData.RpcType REQ_RECORD_BATCH
send record batch, returns Ack
REQ_RECORD_BATCH = 3;
public static final BitData.RpcType SASL_MESSAGE
both bit request and response
SASL_MESSAGE = 4;
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;
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;
public static final int HANDSHAKE_VALUE
HANDSHAKE = 0;
public static final int ACK_VALUE
ACK = 1;
public static final int GOODBYE_VALUE
GOODBYE = 2;
public static final int REQ_RECORD_BATCH_VALUE
send record batch, returns Ack
REQ_RECORD_BATCH = 3;
public static final int SASL_MESSAGE_VALUE
both bit request and response
SASL_MESSAGE = 4;
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;
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;
public static BitData.RpcType[] values()
for (BitData.RpcType c : BitData.RpcType.values()) System.out.println(c);
public static BitData.RpcType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static BitData.RpcType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BitData.RpcType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BitData.RpcType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BitData.RpcType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.