public interface ChecksumRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChecksumAlgorithm |
getAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
ChecksumRewriteRule |
getRule()
optional .tipb.ChecksumRewriteRule rule = 4; |
ChecksumRewriteRuleOrBuilder |
getRuleOrBuilder()
optional .tipb.ChecksumRewriteRule rule = 4; |
ChecksumScanOn |
getScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
long |
getStartTsFallback()
Deprecated.
|
boolean |
hasAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false]; |
boolean |
hasRule()
optional .tipb.ChecksumRewriteRule rule = 4; |
boolean |
hasScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasStartTsFallback()
Deprecated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasStartTsFallback()
Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;
long getStartTsFallback()
Deprecated. Start Ts has been moved to coprocessor.Request.
optional uint64 start_ts_fallback = 1;
boolean hasScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false];
ChecksumScanOn getScanOn()
optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false];
boolean hasAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false];
ChecksumAlgorithm getAlgorithm()
optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false];
boolean hasRule()
optional .tipb.ChecksumRewriteRule rule = 4;
ChecksumRewriteRule getRule()
optional .tipb.ChecksumRewriteRule rule = 4;
ChecksumRewriteRuleOrBuilder getRuleOrBuilder()
optional .tipb.ChecksumRewriteRule rule = 4;
Copyright © 2024 PingCAP. All rights reserved.