Enum BookkeeperProtocol.OperationType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<BookkeeperProtocol.OperationType>
    Enclosing class:
    BookkeeperProtocol

    public static enum BookkeeperProtocol.OperationType
    extends java.lang.Enum<BookkeeperProtocol.OperationType>
    implements com.google.protobuf.ProtocolMessageEnum
    
     Supported operations by this protocol.
     
    Protobuf enum OperationType
    • Field Detail

      • READ_ENTRY_VALUE

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

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

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

        public static final int RANGE_ADD_ENTRY_VALUE
        RANGE_ADD_ENTRY = 4;
        See Also:
        Constant Field Values
      • WRITE_LAC_VALUE

        public static final int WRITE_LAC_VALUE
        WRITE_LAC = 6;
        See Also:
        Constant Field Values
      • GET_BOOKIE_INFO_VALUE

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

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

        public static final int FORCE_LEDGER_VALUE
        FORCE_LEDGER = 10;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • BATCH_READ_ENTRY_VALUE

        public static final int BATCH_READ_ENTRY_VALUE
        BATCH_READ_ENTRY = 12;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static BookkeeperProtocol.OperationType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (BookkeeperProtocol.OperationType c : BookkeeperProtocol.OperationType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static BookkeeperProtocol.OperationType valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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.
      • 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 BookkeeperProtocol.OperationType 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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null