public enum OperatorLabel extends Enum<OperatorLabel> implements org.tikv.shade.com.google.protobuf.ProtocolMessageEnum
tipb.OperatorLabel| 枚举常量和说明 |
|---|
buildSide
buildSide = 1; |
empty
empty is not expected to be used.
|
probeSide
probeSide = 2; |
recursivePart
recursivePart = 4; |
seedPart
seedPart = 3; |
UNRECOGNIZED |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
buildSide_VALUE
buildSide = 1; |
static int |
empty_VALUE
empty is not expected to be used.
|
static int |
probeSide_VALUE
probeSide = 2; |
static int |
recursivePart_VALUE
recursivePart = 4; |
static int |
seedPart_VALUE
seedPart = 3; |
| 限定符和类型 | 方法和说明 |
|---|---|
static OperatorLabel |
forNumber(int value) |
static org.tikv.shade.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.tikv.shade.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.tikv.shade.com.google.protobuf.Internal.EnumLiteMap<OperatorLabel> |
internalGetValueMap() |
static OperatorLabel |
valueOf(org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperatorLabel |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static OperatorLabel |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OperatorLabel[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OperatorLabel empty
empty is not expected to be used.
empty = 0;public static final OperatorLabel buildSide
buildSide = 1;public static final OperatorLabel probeSide
probeSide = 2;public static final OperatorLabel seedPart
seedPart = 3;public static final OperatorLabel recursivePart
recursivePart = 4;public static final OperatorLabel UNRECOGNIZED
public static final int empty_VALUE
empty is not expected to be used.
empty = 0;public static final int buildSide_VALUE
buildSide = 1;public static final int probeSide_VALUE
probeSide = 2;public static final int seedPart_VALUE
seedPart = 3;public static final int recursivePart_VALUE
recursivePart = 4;public static OperatorLabel[] values()
for (OperatorLabel c : OperatorLabel.values()) System.out.println(c);
public static OperatorLabel valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 org.tikv.shade.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 org.tikv.shade.com.google.protobuf.ProtocolMessageEnum@Deprecated public static OperatorLabel valueOf(int value)
forNumber(int) instead.public static OperatorLabel forNumber(int value)
public static org.tikv.shade.com.google.protobuf.Internal.EnumLiteMap<OperatorLabel> internalGetValueMap()
public final org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 org.tikv.shade.com.google.protobuf.ProtocolMessageEnumpublic final org.tikv.shade.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 org.tikv.shade.com.google.protobuf.ProtocolMessageEnumpublic static final org.tikv.shade.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OperatorLabel valueOf(org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 PingCAP. All rights reserved.