Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Method and Description |
---|---|
static ChecksumScanOn |
ChecksumScanOn.forNumber(int value) |
ChecksumScanOn |
ChecksumRequest.getScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
ChecksumScanOn |
ChecksumRequest.Builder.getScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
ChecksumScanOn |
ChecksumRequestOrBuilder.getScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
static ChecksumScanOn |
ChecksumScanOn.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ChecksumScanOn |
ChecksumScanOn.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ChecksumScanOn |
ChecksumScanOn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumScanOn[] |
ChecksumScanOn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ChecksumScanOn> |
ChecksumScanOn.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ChecksumRequest.Builder |
ChecksumRequest.Builder.setScanOn(ChecksumScanOn value)
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
Copyright © 2024 PingCAP. All rights reserved.