Package org.apache.bookkeeper.proto
Enum Class BookkeeperProtocol.OperationType
java.lang.Object
java.lang.Enum<BookkeeperProtocol.OperationType>
org.apache.bookkeeper.proto.BookkeeperProtocol.OperationType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<BookkeeperProtocol.OperationType>,Constable
- Enclosing class:
- BookkeeperProtocol
public static enum BookkeeperProtocol.OperationType
extends Enum<BookkeeperProtocol.OperationType>
implements com.google.protobuf.ProtocolMessageEnum
* Supported operations by this protocol.Protobuf enum
OperationType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionADD_ENTRY = 2;AUTH = 5;BATCH_READ_ENTRY = 12;FORCE_LEDGER = 10;GET_BOOKIE_INFO = 8;GET_LIST_OF_ENTRIES_OF_LEDGER = 11;RANGE_ADD_ENTRY = 4;Not supported yet.READ_ENTRY = 1;READ_LAC = 7;START_TLS = 9;WRITE_LAC = 6; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intADD_ENTRY = 2;static final intAUTH = 5;static final intBATCH_READ_ENTRY = 12;static final intFORCE_LEDGER = 10;static final intGET_BOOKIE_INFO = 8;static final intGET_LIST_OF_ENTRIES_OF_LEDGER = 11;static final intRANGE_ADD_ENTRY = 4;static final intNot supported yet.static final intREAD_ENTRY = 1;static final intREAD_LAC = 7;static final intSTART_TLS = 9;static final intWRITE_LAC = 6; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<BookkeeperProtocol.OperationType>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static BookkeeperProtocol.OperationType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
READ_ENTRY
READ_ENTRY = 1; -
ADD_ENTRY
ADD_ENTRY = 2; -
RANGE_READ_ENTRY
Not supported yet.
RANGE_READ_ENTRY = 3; -
RANGE_ADD_ENTRY
RANGE_ADD_ENTRY = 4; -
AUTH
AUTH = 5; -
WRITE_LAC
WRITE_LAC = 6; -
READ_LAC
READ_LAC = 7; -
GET_BOOKIE_INFO
GET_BOOKIE_INFO = 8; -
START_TLS
START_TLS = 9; -
FORCE_LEDGER
FORCE_LEDGER = 10; -
GET_LIST_OF_ENTRIES_OF_LEDGER
GET_LIST_OF_ENTRIES_OF_LEDGER = 11; -
BATCH_READ_ENTRY
BATCH_READ_ENTRY = 12;
-
-
Field Details
-
READ_ENTRY_VALUE
public static final int READ_ENTRY_VALUEREAD_ENTRY = 1;- See Also:
-
ADD_ENTRY_VALUE
public static final int ADD_ENTRY_VALUEADD_ENTRY = 2;- See Also:
-
RANGE_READ_ENTRY_VALUE
public static final int RANGE_READ_ENTRY_VALUENot supported yet.
RANGE_READ_ENTRY = 3;- See Also:
-
RANGE_ADD_ENTRY_VALUE
public static final int RANGE_ADD_ENTRY_VALUERANGE_ADD_ENTRY = 4;- See Also:
-
AUTH_VALUE
public static final int AUTH_VALUEAUTH = 5;- See Also:
-
WRITE_LAC_VALUE
public static final int WRITE_LAC_VALUEWRITE_LAC = 6;- See Also:
-
READ_LAC_VALUE
public static final int READ_LAC_VALUEREAD_LAC = 7;- See Also:
-
GET_BOOKIE_INFO_VALUE
public static final int GET_BOOKIE_INFO_VALUEGET_BOOKIE_INFO = 8;- See Also:
-
START_TLS_VALUE
public static final int START_TLS_VALUESTART_TLS = 9;- See Also:
-
FORCE_LEDGER_VALUE
public static final int FORCE_LEDGER_VALUEFORCE_LEDGER = 10;- See Also:
-
GET_LIST_OF_ENTRIES_OF_LEDGER_VALUE
public static final int GET_LIST_OF_ENTRIES_OF_LEDGER_VALUEGET_LIST_OF_ENTRIES_OF_LEDGER = 11;- See Also:
-
BATCH_READ_ENTRY_VALUE
public static final int BATCH_READ_ENTRY_VALUEBATCH_READ_ENTRY = 12;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- 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<BookkeeperProtocol.OperationType> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static BookkeeperProtocol.OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-