public static enum BitControl.RpcType extends Enum<BitControl.RpcType> implements com.google.protobuf.ProtocolMessageEnum
//// BitControl RPC ///////Protobuf enum
exec.bit.control.RpcType
Enum Constant and Description |
---|
ACK
ACK = 1; |
GOODBYE
GOODBYE = 2; |
HANDSHAKE
HANDSHAKE = 0; |
REQ_BIT_STATUS
get bit status.
|
REQ_CANCEL_FRAGMENT
send a cancellation message for a fragment, returns Ack
|
REQ_CUSTOM
REQ_CUSTOM = 17; |
REQ_FRAGMENT_STATUS
send a fragment status, return Ack
|
REQ_INITIALIZE_FRAGMENTS
bit requests
|
REQ_QUERY_CANCEL
REQ_QUERY_CANCEL = 15; |
REQ_QUERY_STATUS
REQ_QUERY_STATUS = 10; |
REQ_RECEIVER_FINISHED
REQ_RECEIVER_FINISHED = 7; |
REQ_UNPAUSE_FRAGMENT
send a resume message for a fragment, returns Ack
|
RESP_BIT_STATUS
RESP_BIT_STATUS = 13; |
RESP_CUSTOM
RESP_CUSTOM = 18; |
RESP_FRAGMENT_HANDLE
bit responses
|
RESP_FRAGMENT_STATUS
RESP_FRAGMENT_STATUS = 12; |
RESP_QUERY_STATUS
RESP_QUERY_STATUS = 14; |
SASL_MESSAGE
both bit request and response
|
Modifier and Type | Field and Description |
---|---|
static int |
ACK_VALUE
ACK = 1; |
static int |
GOODBYE_VALUE
GOODBYE = 2; |
static int |
HANDSHAKE_VALUE
HANDSHAKE = 0; |
static int |
REQ_BIT_STATUS_VALUE
get bit status.
|
static int |
REQ_CANCEL_FRAGMENT_VALUE
send a cancellation message for a fragment, returns Ack
|
static int |
REQ_CUSTOM_VALUE
REQ_CUSTOM = 17; |
static int |
REQ_FRAGMENT_STATUS_VALUE
send a fragment status, return Ack
|
static int |
REQ_INITIALIZE_FRAGMENTS_VALUE
bit requests
|
static int |
REQ_QUERY_CANCEL_VALUE
REQ_QUERY_CANCEL = 15; |
static int |
REQ_QUERY_STATUS_VALUE
REQ_QUERY_STATUS = 10; |
static int |
REQ_RECEIVER_FINISHED_VALUE
REQ_RECEIVER_FINISHED = 7; |
static int |
REQ_UNPAUSE_FRAGMENT_VALUE
send a resume message for a fragment, returns Ack
|
static int |
RESP_BIT_STATUS_VALUE
RESP_BIT_STATUS = 13; |
static int |
RESP_CUSTOM_VALUE
RESP_CUSTOM = 18; |
static int |
RESP_FRAGMENT_HANDLE_VALUE
bit responses
|
static int |
RESP_FRAGMENT_STATUS_VALUE
RESP_FRAGMENT_STATUS = 12; |
static int |
RESP_QUERY_STATUS_VALUE
RESP_QUERY_STATUS = 14; |
static int |
SASL_MESSAGE_VALUE
both bit request and response
|
Modifier and Type | Method and Description |
---|---|
static BitControl.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<BitControl.RpcType> |
internalGetValueMap() |
static BitControl.RpcType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BitControl.RpcType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BitControl.RpcType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitControl.RpcType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BitControl.RpcType HANDSHAKE
HANDSHAKE = 0;
public static final BitControl.RpcType ACK
ACK = 1;
public static final BitControl.RpcType GOODBYE
GOODBYE = 2;
public static final BitControl.RpcType REQ_INITIALIZE_FRAGMENTS
bit requests
REQ_INITIALIZE_FRAGMENTS = 3;
public static final BitControl.RpcType REQ_CANCEL_FRAGMENT
send a cancellation message for a fragment, returns Ack
REQ_CANCEL_FRAGMENT = 6;
public static final BitControl.RpcType REQ_RECEIVER_FINISHED
REQ_RECEIVER_FINISHED = 7;
public static final BitControl.RpcType REQ_FRAGMENT_STATUS
send a fragment status, return Ack
REQ_FRAGMENT_STATUS = 8;
public static final BitControl.RpcType REQ_BIT_STATUS
get bit status.
REQ_BIT_STATUS = 9;
public static final BitControl.RpcType REQ_QUERY_STATUS
REQ_QUERY_STATUS = 10;
public static final BitControl.RpcType REQ_QUERY_CANCEL
REQ_QUERY_CANCEL = 15;
public static final BitControl.RpcType REQ_UNPAUSE_FRAGMENT
send a resume message for a fragment, returns Ack
REQ_UNPAUSE_FRAGMENT = 16;
public static final BitControl.RpcType REQ_CUSTOM
REQ_CUSTOM = 17;
public static final BitControl.RpcType RESP_FRAGMENT_HANDLE
bit responses
RESP_FRAGMENT_HANDLE = 11;
public static final BitControl.RpcType RESP_FRAGMENT_STATUS
RESP_FRAGMENT_STATUS = 12;
public static final BitControl.RpcType RESP_BIT_STATUS
RESP_BIT_STATUS = 13;
public static final BitControl.RpcType RESP_QUERY_STATUS
RESP_QUERY_STATUS = 14;
public static final BitControl.RpcType RESP_CUSTOM
RESP_CUSTOM = 18;
public static final BitControl.RpcType SASL_MESSAGE
both bit request and response
SASL_MESSAGE = 19;
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_INITIALIZE_FRAGMENTS_VALUE
bit requests
REQ_INITIALIZE_FRAGMENTS = 3;
public static final int REQ_CANCEL_FRAGMENT_VALUE
send a cancellation message for a fragment, returns Ack
REQ_CANCEL_FRAGMENT = 6;
public static final int REQ_RECEIVER_FINISHED_VALUE
REQ_RECEIVER_FINISHED = 7;
public static final int REQ_FRAGMENT_STATUS_VALUE
send a fragment status, return Ack
REQ_FRAGMENT_STATUS = 8;
public static final int REQ_BIT_STATUS_VALUE
get bit status.
REQ_BIT_STATUS = 9;
public static final int REQ_QUERY_STATUS_VALUE
REQ_QUERY_STATUS = 10;
public static final int REQ_QUERY_CANCEL_VALUE
REQ_QUERY_CANCEL = 15;
public static final int REQ_UNPAUSE_FRAGMENT_VALUE
send a resume message for a fragment, returns Ack
REQ_UNPAUSE_FRAGMENT = 16;
public static final int REQ_CUSTOM_VALUE
REQ_CUSTOM = 17;
public static final int RESP_FRAGMENT_HANDLE_VALUE
bit responses
RESP_FRAGMENT_HANDLE = 11;
public static final int RESP_FRAGMENT_STATUS_VALUE
RESP_FRAGMENT_STATUS = 12;
public static final int RESP_BIT_STATUS_VALUE
RESP_BIT_STATUS = 13;
public static final int RESP_QUERY_STATUS_VALUE
RESP_QUERY_STATUS = 14;
public static final int RESP_CUSTOM_VALUE
RESP_CUSTOM = 18;
public static final int SASL_MESSAGE_VALUE
both bit request and response
SASL_MESSAGE = 19;
public static BitControl.RpcType[] values()
for (BitControl.RpcType c : BitControl.RpcType.values()) System.out.println(c);
public static BitControl.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 BitControl.RpcType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static BitControl.RpcType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BitControl.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 BitControl.RpcType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 1970 The Apache Software Foundation. All rights reserved.