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