public static enum Debugpb.MODULE extends Enum<Debugpb.MODULE> implements com.google.protobuf.ProtocolMessageEnum
debugpb.MODULE
Enum Constant and Description |
---|
COPROCESSOR
COPROCESSOR = 8; |
IMPORT
IMPORT = 10; |
KVDB
KVDB = 1; |
METRIC
METRIC = 7; |
PD
PD = 6; |
RAFTDB
RAFTDB = 2; |
READPOOL
READPOOL = 3; |
SECURITY
SECURITY = 9; |
SERVER
SERVER = 4; |
STORAGE
STORAGE = 5; |
UNRECOGNIZED |
UNUSED
UNUSED = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
COPROCESSOR_VALUE
COPROCESSOR = 8; |
static int |
IMPORT_VALUE
IMPORT = 10; |
static int |
KVDB_VALUE
KVDB = 1; |
static int |
METRIC_VALUE
METRIC = 7; |
static int |
PD_VALUE
PD = 6; |
static int |
RAFTDB_VALUE
RAFTDB = 2; |
static int |
READPOOL_VALUE
READPOOL = 3; |
static int |
SECURITY_VALUE
SECURITY = 9; |
static int |
SERVER_VALUE
SERVER = 4; |
static int |
STORAGE_VALUE
STORAGE = 5; |
static int |
UNUSED_VALUE
UNUSED = 0; |
Modifier and Type | Method and Description |
---|---|
static Debugpb.MODULE |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Debugpb.MODULE> |
internalGetValueMap() |
static Debugpb.MODULE |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Debugpb.MODULE |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Debugpb.MODULE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Debugpb.MODULE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Debugpb.MODULE UNUSED
UNUSED = 0;
public static final Debugpb.MODULE KVDB
KVDB = 1;
public static final Debugpb.MODULE RAFTDB
RAFTDB = 2;
public static final Debugpb.MODULE READPOOL
READPOOL = 3;
public static final Debugpb.MODULE SERVER
SERVER = 4;
public static final Debugpb.MODULE STORAGE
STORAGE = 5;
public static final Debugpb.MODULE PD
PD = 6;
public static final Debugpb.MODULE METRIC
METRIC = 7;
public static final Debugpb.MODULE COPROCESSOR
COPROCESSOR = 8;
public static final Debugpb.MODULE SECURITY
SECURITY = 9;
public static final Debugpb.MODULE IMPORT
IMPORT = 10;
public static final Debugpb.MODULE UNRECOGNIZED
public static final int UNUSED_VALUE
UNUSED = 0;
public static final int KVDB_VALUE
KVDB = 1;
public static final int RAFTDB_VALUE
RAFTDB = 2;
public static final int READPOOL_VALUE
READPOOL = 3;
public static final int SERVER_VALUE
SERVER = 4;
public static final int STORAGE_VALUE
STORAGE = 5;
public static final int PD_VALUE
PD = 6;
public static final int METRIC_VALUE
METRIC = 7;
public static final int COPROCESSOR_VALUE
COPROCESSOR = 8;
public static final int SECURITY_VALUE
SECURITY = 9;
public static final int IMPORT_VALUE
IMPORT = 10;
public static Debugpb.MODULE[] values()
for (Debugpb.MODULE c : Debugpb.MODULE.values()) System.out.println(c);
public static Debugpb.MODULE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Debugpb.MODULE valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Debugpb.MODULE forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Debugpb.MODULE> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Debugpb.MODULE valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.