Enum Class Debug.DebugType

java.lang.Object
java.lang.Enum<Debug.DebugType>
io.dingodb.debug.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
  • Enum Constant Details

    • NONE

      public static final Debug.DebugType NONE
      NONE = 0;
    • STORE_REGION_META_STAT

      public static final Debug.DebugType STORE_REGION_META_STAT
      STORE_REGION_META_STAT = 1;
    • STORE_REGION_META_DETAILS

      public static final Debug.DebugType STORE_REGION_META_DETAILS
      STORE_REGION_META_DETAILS = 2;
    • STORE_REGION_CONTROL_COMMAND

      public static final Debug.DebugType STORE_REGION_CONTROL_COMMAND
      STORE_REGION_CONTROL_COMMAND = 3;
    • STORE_RAFT_META

      public static final Debug.DebugType STORE_RAFT_META
      STORE_RAFT_META = 4;
    • STORE_REGION_EXECUTOR

      public static final Debug.DebugType STORE_REGION_EXECUTOR
      STORE_REGION_EXECUTOR = 5;
    • STORE_REGION_METRICS

      public static final Debug.DebugType STORE_REGION_METRICS
      STORE_REGION_METRICS = 6;
    • STORE_FILE_READER

      public static final Debug.DebugType STORE_FILE_READER
      STORE_FILE_READER = 7;
    • STORE_REGION_ACTUAL_METRICS

      public static final Debug.DebugType STORE_REGION_ACTUAL_METRICS
      STORE_REGION_ACTUAL_METRICS = 8;
    • STORE_METRICS

      public static final Debug.DebugType STORE_METRICS
      STORE_METRICS = 9;
    • STORE_REGION_CHANGE_RECORD

      public static final Debug.DebugType STORE_REGION_CHANGE_RECORD
      STORE_REGION_CHANGE_RECORD = 10;
    • INDEX_VECTOR_INDEX_METRICS

      public static final Debug.DebugType INDEX_VECTOR_INDEX_METRICS
      INDEX_VECTOR_INDEX_METRICS = 100;
    • DOCUMENT_INDEX_METRICS

      public static final Debug.DebugType DOCUMENT_INDEX_METRICS
      DOCUMENT_INDEX_METRICS = 101;
    • TS_PROVIDER_METRICS

      public static final Debug.DebugType TS_PROVIDER_METRICS
      TS_PROVIDER_METRICS = 110;
    • RAFT_LOG_META

      public static final Debug.DebugType RAFT_LOG_META
      RAFT_LOG_META = 111;
    • UNRECOGNIZED

      public static final Debug.DebugType UNRECOGNIZED
  • Field Details

    • NONE_VALUE

      public static final int NONE_VALUE
      NONE = 0;
      See Also:
    • STORE_REGION_META_STAT_VALUE

      public static final int STORE_REGION_META_STAT_VALUE
      STORE_REGION_META_STAT = 1;
      See Also:
    • STORE_REGION_META_DETAILS_VALUE

      public static final int STORE_REGION_META_DETAILS_VALUE
      STORE_REGION_META_DETAILS = 2;
      See Also:
    • STORE_REGION_CONTROL_COMMAND_VALUE

      public static final int STORE_REGION_CONTROL_COMMAND_VALUE
      STORE_REGION_CONTROL_COMMAND = 3;
      See Also:
    • STORE_RAFT_META_VALUE

      public static final int STORE_RAFT_META_VALUE
      STORE_RAFT_META = 4;
      See Also:
    • STORE_REGION_EXECUTOR_VALUE

      public static final int STORE_REGION_EXECUTOR_VALUE
      STORE_REGION_EXECUTOR = 5;
      See Also:
    • STORE_REGION_METRICS_VALUE

      public static final int STORE_REGION_METRICS_VALUE
      STORE_REGION_METRICS = 6;
      See Also:
    • STORE_FILE_READER_VALUE

      public static final int STORE_FILE_READER_VALUE
      STORE_FILE_READER = 7;
      See Also:
    • STORE_REGION_ACTUAL_METRICS_VALUE

      public static final int STORE_REGION_ACTUAL_METRICS_VALUE
      STORE_REGION_ACTUAL_METRICS = 8;
      See Also:
    • STORE_METRICS_VALUE

      public static final int STORE_METRICS_VALUE
      STORE_METRICS = 9;
      See Also:
    • STORE_REGION_CHANGE_RECORD_VALUE

      public static final int STORE_REGION_CHANGE_RECORD_VALUE
      STORE_REGION_CHANGE_RECORD = 10;
      See Also:
    • INDEX_VECTOR_INDEX_METRICS_VALUE

      public static final int INDEX_VECTOR_INDEX_METRICS_VALUE
      INDEX_VECTOR_INDEX_METRICS = 100;
      See Also:
    • DOCUMENT_INDEX_METRICS_VALUE

      public static final int DOCUMENT_INDEX_METRICS_VALUE
      DOCUMENT_INDEX_METRICS = 101;
      See Also:
    • TS_PROVIDER_METRICS_VALUE

      public static final int TS_PROVIDER_METRICS_VALUE
      TS_PROVIDER_METRICS = 110;
      See Also:
    • RAFT_LOG_META_VALUE

      public static final int RAFT_LOG_META_VALUE
      RAFT_LOG_META = 111;
      See Also:
  • Method Details

    • values

      public static Debug.DebugType[] 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 Debug.DebugType 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 Debug.DebugType 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 Debug.DebugType 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<Debug.DebugType> 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 Debug.DebugType 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