Package io.dingodb.common
Enum Class Common.DiskANNCoreState
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Common.DiskANNCoreState>,Constable
- Enclosing class:
- Common
public static enum Common.DiskANNCoreState
extends Enum<Common.DiskANNCoreState>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
dingodb.pb.common.DiskANNCoreState-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBUILDED = 6;BUILDING = 5;DESTROYED = 16;DESTROYING = 15;FAILED = 18;FAKEBUILDED = 19;IDLE = 17;IMPORTED = 2;IMPORTING = 1;INITIALIZED = 4;LOADED = 10;LOADING = 9;NODATA = 20;RESET = 14;RESETING = 13;SEARCHED = 12;SEARCHING = 11;UNINITIALIZED = 3;UNKNOWN = 0;UPDATEDPATH = 8;UPDATINGPATH = 7; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBUILDED = 6;static final intBUILDING = 5;static final intDESTROYED = 16;static final intDESTROYING = 15;static final intFAILED = 18;static final intFAKEBUILDED = 19;static final intIDLE = 17;static final intIMPORTED = 2;static final intIMPORTING = 1;static final intINITIALIZED = 4;static final intLOADED = 10;static final intLOADING = 9;static final intNODATA = 20;static final intRESET = 14;static final intRESETING = 13;static final intSEARCHED = 12;static final intSEARCHING = 11;static final intUNINITIALIZED = 3;static final intUNKNOWN = 0;static final intUPDATEDPATH = 8;static final intUPDATINGPATH = 7; -
Method Summary
Modifier and TypeMethodDescriptionstatic Common.DiskANNCoreStateforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<Common.DiskANNCoreState>static Common.DiskANNCoreStatevalueOf(int value) Deprecated.static Common.DiskANNCoreStatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.DiskANNCoreStateReturns the enum constant of this class with the specified name.static Common.DiskANNCoreState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
UNKNOWN = 0; -
IMPORTING
IMPORTING = 1; -
IMPORTED
IMPORTED = 2; -
UNINITIALIZED
UNINITIALIZED = 3; -
INITIALIZED
INITIALIZED = 4; -
BUILDING
BUILDING = 5; -
BUILDED
BUILDED = 6; -
UPDATINGPATH
UPDATINGPATH = 7; -
UPDATEDPATH
UPDATEDPATH = 8; -
LOADING
LOADING = 9; -
LOADED
LOADED = 10; -
SEARCHING
SEARCHING = 11; -
SEARCHED
SEARCHED = 12; -
RESETING
RESETING = 13; -
RESET
RESET = 14; -
DESTROYING
DESTROYING = 15; -
DESTROYED
DESTROYED = 16; -
IDLE
IDLE = 17; -
FAILED
FAILED = 18; -
FAKEBUILDED
FAKEBUILDED = 19; -
NODATA
NODATA = 20; -
UNRECOGNIZED
-
-
Field Details
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUNKNOWN = 0;- See Also:
-
IMPORTING_VALUE
public static final int IMPORTING_VALUEIMPORTING = 1;- See Also:
-
IMPORTED_VALUE
public static final int IMPORTED_VALUEIMPORTED = 2;- See Also:
-
UNINITIALIZED_VALUE
public static final int UNINITIALIZED_VALUEUNINITIALIZED = 3;- See Also:
-
INITIALIZED_VALUE
public static final int INITIALIZED_VALUEINITIALIZED = 4;- See Also:
-
BUILDING_VALUE
public static final int BUILDING_VALUEBUILDING = 5;- See Also:
-
BUILDED_VALUE
public static final int BUILDED_VALUEBUILDED = 6;- See Also:
-
UPDATINGPATH_VALUE
public static final int UPDATINGPATH_VALUEUPDATINGPATH = 7;- See Also:
-
UPDATEDPATH_VALUE
public static final int UPDATEDPATH_VALUEUPDATEDPATH = 8;- See Also:
-
LOADING_VALUE
public static final int LOADING_VALUELOADING = 9;- See Also:
-
LOADED_VALUE
public static final int LOADED_VALUELOADED = 10;- See Also:
-
SEARCHING_VALUE
public static final int SEARCHING_VALUESEARCHING = 11;- See Also:
-
SEARCHED_VALUE
public static final int SEARCHED_VALUESEARCHED = 12;- See Also:
-
RESETING_VALUE
public static final int RESETING_VALUERESETING = 13;- See Also:
-
RESET_VALUE
public static final int RESET_VALUERESET = 14;- See Also:
-
DESTROYING_VALUE
public static final int DESTROYING_VALUEDESTROYING = 15;- See Also:
-
DESTROYED_VALUE
public static final int DESTROYED_VALUEDESTROYED = 16;- See Also:
-
IDLE_VALUE
public static final int IDLE_VALUEIDLE = 17;- See Also:
-
FAILED_VALUE
public static final int FAILED_VALUEFAILED = 18;- See Also:
-
FAKEBUILDED_VALUE
public static final int FAKEBUILDED_VALUEFAKEBUILDED = 19;- See Also:
-
NODATA_VALUE
public static final int NODATA_VALUENODATA = 20;- 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<Common.DiskANNCoreState> 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 final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static Common.DiskANNCoreState 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
-