Package io.dingodb.debug
Enum Class Debug.DebugType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Debug.DebugType>,Constable
- Enclosing class:
- Debug
public static enum Debug.DebugType
extends Enum<Debug.DebugType>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
dingodb.pb.debug.DebugType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDOCUMENT_INDEX_METRICS = 101;INDEX_VECTOR_INDEX_METRICS = 100;NONE = 0;RAFT_LOG_META = 111;STORE_FILE_READER = 7;STORE_METRICS = 9;STORE_RAFT_META = 4;STORE_REGION_ACTUAL_METRICS = 8;STORE_REGION_CHANGE_RECORD = 10;STORE_REGION_CONTROL_COMMAND = 3;STORE_REGION_EXECUTOR = 5;STORE_REGION_META_DETAILS = 2;STORE_REGION_META_STAT = 1;STORE_REGION_METRICS = 6;TS_PROVIDER_METRICS = 110; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDOCUMENT_INDEX_METRICS = 101;static final intINDEX_VECTOR_INDEX_METRICS = 100;static final intNONE = 0;static final intRAFT_LOG_META = 111;static final intSTORE_FILE_READER = 7;static final intSTORE_METRICS = 9;static final intSTORE_RAFT_META = 4;static final intSTORE_REGION_ACTUAL_METRICS = 8;static final intSTORE_REGION_CHANGE_RECORD = 10;static final intSTORE_REGION_CONTROL_COMMAND = 3;static final intSTORE_REGION_EXECUTOR = 5;static final intSTORE_REGION_META_DETAILS = 2;static final intSTORE_REGION_META_STAT = 1;static final intSTORE_REGION_METRICS = 6;static final intTS_PROVIDER_METRICS = 110; -
Method Summary
Modifier and TypeMethodDescriptionstatic Debug.DebugTypeforNumber(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<Debug.DebugType>static Debug.DebugTypevalueOf(int value) Deprecated.static Debug.DebugTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Debug.DebugTypeReturns the enum constant of this class with the specified name.static Debug.DebugType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
NONE = 0; -
STORE_REGION_META_STAT
STORE_REGION_META_STAT = 1; -
STORE_REGION_META_DETAILS
STORE_REGION_META_DETAILS = 2; -
STORE_REGION_CONTROL_COMMAND
STORE_REGION_CONTROL_COMMAND = 3; -
STORE_RAFT_META
STORE_RAFT_META = 4; -
STORE_REGION_EXECUTOR
STORE_REGION_EXECUTOR = 5; -
STORE_REGION_METRICS
STORE_REGION_METRICS = 6; -
STORE_FILE_READER
STORE_FILE_READER = 7; -
STORE_REGION_ACTUAL_METRICS
STORE_REGION_ACTUAL_METRICS = 8; -
STORE_METRICS
STORE_METRICS = 9; -
STORE_REGION_CHANGE_RECORD
STORE_REGION_CHANGE_RECORD = 10; -
INDEX_VECTOR_INDEX_METRICS
INDEX_VECTOR_INDEX_METRICS = 100; -
DOCUMENT_INDEX_METRICS
DOCUMENT_INDEX_METRICS = 101; -
TS_PROVIDER_METRICS
TS_PROVIDER_METRICS = 110; -
RAFT_LOG_META
RAFT_LOG_META = 111; -
UNRECOGNIZED
-
-
Field Details
-
NONE_VALUE
public static final int NONE_VALUENONE = 0;- See Also:
-
STORE_REGION_META_STAT_VALUE
public static final int STORE_REGION_META_STAT_VALUESTORE_REGION_META_STAT = 1;- See Also:
-
STORE_REGION_META_DETAILS_VALUE
public static final int STORE_REGION_META_DETAILS_VALUESTORE_REGION_META_DETAILS = 2;- See Also:
-
STORE_REGION_CONTROL_COMMAND_VALUE
public static final int STORE_REGION_CONTROL_COMMAND_VALUESTORE_REGION_CONTROL_COMMAND = 3;- See Also:
-
STORE_RAFT_META_VALUE
public static final int STORE_RAFT_META_VALUESTORE_RAFT_META = 4;- See Also:
-
STORE_REGION_EXECUTOR_VALUE
public static final int STORE_REGION_EXECUTOR_VALUESTORE_REGION_EXECUTOR = 5;- See Also:
-
STORE_REGION_METRICS_VALUE
public static final int STORE_REGION_METRICS_VALUESTORE_REGION_METRICS = 6;- See Also:
-
STORE_FILE_READER_VALUE
public static final int STORE_FILE_READER_VALUESTORE_FILE_READER = 7;- See Also:
-
STORE_REGION_ACTUAL_METRICS_VALUE
public static final int STORE_REGION_ACTUAL_METRICS_VALUESTORE_REGION_ACTUAL_METRICS = 8;- See Also:
-
STORE_METRICS_VALUE
public static final int STORE_METRICS_VALUESTORE_METRICS = 9;- See Also:
-
STORE_REGION_CHANGE_RECORD_VALUE
public static final int STORE_REGION_CHANGE_RECORD_VALUESTORE_REGION_CHANGE_RECORD = 10;- See Also:
-
INDEX_VECTOR_INDEX_METRICS_VALUE
public static final int INDEX_VECTOR_INDEX_METRICS_VALUEINDEX_VECTOR_INDEX_METRICS = 100;- See Also:
-
DOCUMENT_INDEX_METRICS_VALUE
public static final int DOCUMENT_INDEX_METRICS_VALUEDOCUMENT_INDEX_METRICS = 101;- See Also:
-
TS_PROVIDER_METRICS_VALUE
public static final int TS_PROVIDER_METRICS_VALUETS_PROVIDER_METRICS = 110;- See Also:
-
RAFT_LOG_META_VALUE
public static final int RAFT_LOG_META_VALUERAFT_LOG_META = 111;- 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
-
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
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
-