public static enum Eraftpb.ConfChangeType extends Enum<Eraftpb.ConfChangeType> implements com.google.protobuf.ProtocolMessageEnum
eraftpb.ConfChangeType
Enum Constant and Description |
---|
AddLearnerNode
AddLearnerNode = 2; |
AddNode
AddNode = 0; |
RemoveNode
RemoveNode = 1; |
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
AddLearnerNode_VALUE
AddLearnerNode = 2; |
static int |
AddNode_VALUE
AddNode = 0; |
static int |
RemoveNode_VALUE
RemoveNode = 1; |
Modifier and Type | Method and Description |
---|---|
static Eraftpb.ConfChangeType |
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<Eraftpb.ConfChangeType> |
internalGetValueMap() |
static Eraftpb.ConfChangeType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Eraftpb.ConfChangeType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Eraftpb.ConfChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Eraftpb.ConfChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Eraftpb.ConfChangeType AddNode
AddNode = 0;
public static final Eraftpb.ConfChangeType RemoveNode
RemoveNode = 1;
public static final Eraftpb.ConfChangeType AddLearnerNode
AddLearnerNode = 2;
public static final Eraftpb.ConfChangeType UNRECOGNIZED
public static final int AddNode_VALUE
AddNode = 0;
public static final int RemoveNode_VALUE
RemoveNode = 1;
public static final int AddLearnerNode_VALUE
AddLearnerNode = 2;
public static Eraftpb.ConfChangeType[] values()
for (Eraftpb.ConfChangeType c : Eraftpb.ConfChangeType.values()) System.out.println(c);
public static Eraftpb.ConfChangeType 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 Eraftpb.ConfChangeType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static Eraftpb.ConfChangeType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Eraftpb.ConfChangeType> 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 Eraftpb.ConfChangeType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 PingCAP. All rights reserved.