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
  • Enum Constant Details

  • Field Details

    • READ_ENTRY_VALUE

      public static final int READ_ENTRY_VALUE
      READ_ENTRY = 1;
      See Also:
    • ADD_ENTRY_VALUE

      public static final int ADD_ENTRY_VALUE
      ADD_ENTRY = 2;
      See Also:
    • RANGE_READ_ENTRY_VALUE

      public static final int RANGE_READ_ENTRY_VALUE
       Not supported yet.
       
      RANGE_READ_ENTRY = 3;
      See Also:
    • RANGE_ADD_ENTRY_VALUE

      public static final int RANGE_ADD_ENTRY_VALUE
      RANGE_ADD_ENTRY = 4;
      See Also:
    • AUTH_VALUE

      public static final int AUTH_VALUE
      AUTH = 5;
      See Also:
    • WRITE_LAC_VALUE

      public static final int WRITE_LAC_VALUE
      WRITE_LAC = 6;
      See Also:
    • READ_LAC_VALUE

      public static final int READ_LAC_VALUE
      READ_LAC = 7;
      See Also:
    • GET_BOOKIE_INFO_VALUE

      public static final int GET_BOOKIE_INFO_VALUE
      GET_BOOKIE_INFO = 8;
      See Also:
    • START_TLS_VALUE

      public static final int START_TLS_VALUE
      START_TLS = 9;
      See Also:
    • FORCE_LEDGER_VALUE

      public static final int FORCE_LEDGER_VALUE
      FORCE_LEDGER = 10;
      See Also:
    • GET_LIST_OF_ENTRIES_OF_LEDGER_VALUE

      public static final int GET_LIST_OF_ENTRIES_OF_LEDGER_VALUE
      GET_LIST_OF_ENTRIES_OF_LEDGER = 11;
      See Also:
    • BATCH_READ_ENTRY_VALUE

      public static final int BATCH_READ_ENTRY_VALUE
      BATCH_READ_ENTRY = 12;
      See Also:
  • Method Details

    • values

      public static BookkeeperProtocol.OperationType[] 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

      public static BookkeeperProtocol.OperationType valueOf(String name)
      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 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 BookkeeperProtocol.OperationType valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static BookkeeperProtocol.OperationType 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<BookkeeperProtocol.OperationType> 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 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 name
      NullPointerException - if the argument is null