| 程序包 | 说明 |
|---|---|
| com.pingcap.tidb.tipb |
| 限定符和类型 | 方法和说明 |
|---|---|
static EngineType |
EngineType.forNumber(int value) |
EngineType |
TableScanOrBuilder.getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
EngineType |
TableScan.getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
EngineType |
TableScan.Builder.getNextReadEngine()
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
static EngineType |
EngineType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EngineType |
EngineType.valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static EngineType |
EngineType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static EngineType[] |
EngineType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EngineType> |
EngineType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
TableScan.Builder |
TableScan.Builder.setNextReadEngine(EngineType value)
which engine we should in next step, only used by tiflash
optional .tipb.EngineType next_read_engine = 5 [(.gogoproto.nullable) = false]; |
Copyright © 2022 PingCAP. All rights reserved.