Enum Class BookkeeperProtocol.StatusCode

java.lang.Object
java.lang.Enum<BookkeeperProtocol.StatusCode>
org.apache.bookkeeper.proto.BookkeeperProtocol.StatusCode
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<BookkeeperProtocol.StatusCode>, Constable
Enclosing class:
BookkeeperProtocol

public static enum BookkeeperProtocol.StatusCode extends Enum<BookkeeperProtocol.StatusCode> implements com.google.protobuf.ProtocolMessageEnum
 *
 Status codes.
 
Protobuf enum StatusCode
  • Enum Constant Details

  • Field Details

    • EOK_VALUE

      public static final int EOK_VALUE
      EOK = 0;
      See Also:
    • ENOLEDGER_VALUE

      public static final int ENOLEDGER_VALUE
       Server side Errors 4xx
       
      ENOLEDGER = 402;
      See Also:
    • ENOENTRY_VALUE

      public static final int ENOENTRY_VALUE
      ENOENTRY = 403;
      See Also:
    • EBADREQ_VALUE

      public static final int EBADREQ_VALUE
      EBADREQ = 404;
      See Also:
    • EIO_VALUE

      public static final int EIO_VALUE
       IO/access errors 5xx
       
      EIO = 501;
      See Also:
    • EUA_VALUE

      public static final int EUA_VALUE
      EUA = 502;
      See Also:
    • EBADVERSION_VALUE

      public static final int EBADVERSION_VALUE
      EBADVERSION = 503;
      See Also:
    • EFENCED_VALUE

      public static final int EFENCED_VALUE
      EFENCED = 504;
      See Also:
    • EREADONLY_VALUE

      public static final int EREADONLY_VALUE
      EREADONLY = 505;
      See Also:
    • ETOOMANYREQUESTS_VALUE

      public static final int ETOOMANYREQUESTS_VALUE
      ETOOMANYREQUESTS = 506;
      See Also:
    • EUNKNOWNLEDGERSTATE_VALUE

      public static final int EUNKNOWNLEDGERSTATE_VALUE
      EUNKNOWNLEDGERSTATE = 507;
      See Also:
  • Method Details

    • values

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