Enum Class Common.DiskANNState

java.lang.Object
java.lang.Enum<Common.DiskANNState>
io.dingodb.common.Common.DiskANNState
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<Common.DiskANNState>, Constable
Enclosing class:
Common

public static enum Common.DiskANNState extends Enum<Common.DiskANNState> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum dingodb.pb.common.DiskANNState
  • Enum Constant Details

    • DISKANN_INITIALIZED

      public static final Common.DiskANNState DISKANN_INITIALIZED
      DISKANN_INITIALIZED = 0;
    • DISKANN_BUILDING

      public static final Common.DiskANNState DISKANN_BUILDING
      DISKANN_BUILDING = 1;
    • DISKANN_BUILDED

      public static final Common.DiskANNState DISKANN_BUILDED
      DISKANN_BUILDED = 2;
    • DISKANN_BUILD_FAILED

      public static final Common.DiskANNState DISKANN_BUILD_FAILED
      DISKANN_BUILD_FAILED = 3;
    • DISKANN_LOADING

      public static final Common.DiskANNState DISKANN_LOADING
      DISKANN_LOADING = 4;
    • DISKANN_LOADED

      public static final Common.DiskANNState DISKANN_LOADED
      DISKANN_LOADED = 5;
    • DISKANN_LOAD_FAILED

      public static final Common.DiskANNState DISKANN_LOAD_FAILED
      DISKANN_LOAD_FAILED = 6;
    • DISKANN_NODATA

      public static final Common.DiskANNState DISKANN_NODATA
      DISKANN_NODATA = 7;
    • UNRECOGNIZED

      public static final Common.DiskANNState UNRECOGNIZED
  • Field Details

    • DISKANN_INITIALIZED_VALUE

      public static final int DISKANN_INITIALIZED_VALUE
      DISKANN_INITIALIZED = 0;
      See Also:
    • DISKANN_BUILDING_VALUE

      public static final int DISKANN_BUILDING_VALUE
      DISKANN_BUILDING = 1;
      See Also:
    • DISKANN_BUILDED_VALUE

      public static final int DISKANN_BUILDED_VALUE
      DISKANN_BUILDED = 2;
      See Also:
    • DISKANN_BUILD_FAILED_VALUE

      public static final int DISKANN_BUILD_FAILED_VALUE
      DISKANN_BUILD_FAILED = 3;
      See Also:
    • DISKANN_LOADING_VALUE

      public static final int DISKANN_LOADING_VALUE
      DISKANN_LOADING = 4;
      See Also:
    • DISKANN_LOADED_VALUE

      public static final int DISKANN_LOADED_VALUE
      DISKANN_LOADED = 5;
      See Also:
    • DISKANN_LOAD_FAILED_VALUE

      public static final int DISKANN_LOAD_FAILED_VALUE
      DISKANN_LOAD_FAILED = 6;
      See Also:
    • DISKANN_NODATA_VALUE

      public static final int DISKANN_NODATA_VALUE
      DISKANN_NODATA = 7;
      See Also:
  • Method Details

    • values

      public static Common.DiskANNState[] 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 Common.DiskANNState 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 Common.DiskANNState 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 Common.DiskANNState 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<Common.DiskANNState> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static Common.DiskANNState 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