public enum JoinExecType extends Enum<JoinExecType> implements org.tikv.shade.com.google.protobuf.ProtocolMessageEnum
tipb.JoinExecType| 枚举常量和说明 |
|---|
TypeHashJoin
TypeHashJoin = 0; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
TypeHashJoin_VALUE
TypeHashJoin = 0; |
| 限定符和类型 | 方法和说明 |
|---|---|
static JoinExecType |
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<JoinExecType> |
internalGetValueMap() |
static JoinExecType |
valueOf(org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JoinExecType |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static JoinExecType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JoinExecType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final JoinExecType TypeHashJoin
TypeHashJoin = 0;public static final int TypeHashJoin_VALUE
TypeHashJoin = 0;public static JoinExecType[] values()
for (JoinExecType c : JoinExecType.values()) System.out.println(c);
public static JoinExecType 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 JoinExecType valueOf(int value)
forNumber(int) instead.public static JoinExecType forNumber(int value)
public static org.tikv.shade.com.google.protobuf.Internal.EnumLiteMap<JoinExecType> 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 JoinExecType valueOf(org.tikv.shade.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 PingCAP. All rights reserved.