Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Method and Description |
---|---|
static ChecksumAlgorithm |
ChecksumAlgorithm.forNumber(int value) |
ChecksumAlgorithm |
ChecksumRequest.getAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
ChecksumAlgorithm |
ChecksumRequest.Builder.getAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
ChecksumAlgorithm |
ChecksumRequestOrBuilder.getAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ChecksumAlgorithm |
ChecksumAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumAlgorithm[] |
ChecksumAlgorithm.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<ChecksumAlgorithm> |
ChecksumAlgorithm.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ChecksumRequest.Builder |
ChecksumRequest.Builder.setAlgorithm(ChecksumAlgorithm value)
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
Copyright © 2024 PingCAP. All rights reserved.