| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExecType |
ExecType.forNumber(int value) |
ExecType |
ExecutorOrBuilder.getTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
ExecType |
Executor.getTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
ExecType |
Executor.Builder.getTp()
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
static ExecType |
ExecType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExecType |
ExecType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static ExecType |
ExecType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ExecType[] |
ExecType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ExecType> |
ExecType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
Executor.Builder |
Executor.Builder.setTp(ExecType value)
optional .tipb.ExecType tp = 1 [(.gogoproto.nullable) = false]; |
Copyright © 2023 PingCAP. All rights reserved.