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