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