com.pingcap.tidb.tipb.ChecksumRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: checksum.proto
package com.pingcap.tidb.tipb;
public interface ChecksumRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tipb.ChecksumRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Deprecated. Start Ts has been moved to coprocessor.Request.
*
*
* optional uint64 start_ts_fallback = 1;
*/
boolean hasStartTsFallback();
/**
*
* Deprecated. Start Ts has been moved to coprocessor.Request.
*
*
* optional uint64 start_ts_fallback = 1;
*/
long getStartTsFallback();
/**
* optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false];
*/
boolean hasScanOn();
/**
* optional .tipb.ChecksumScanOn scan_on = 2 [(.gogoproto.nullable) = false];
*/
com.pingcap.tidb.tipb.ChecksumScanOn getScanOn();
/**
* optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false];
*/
boolean hasAlgorithm();
/**
* optional .tipb.ChecksumAlgorithm algorithm = 3 [(.gogoproto.nullable) = false];
*/
com.pingcap.tidb.tipb.ChecksumAlgorithm getAlgorithm();
/**
* optional .tipb.ChecksumRewriteRule rule = 4;
*/
boolean hasRule();
/**
* optional .tipb.ChecksumRewriteRule rule = 4;
*/
com.pingcap.tidb.tipb.ChecksumRewriteRule getRule();
/**
* optional .tipb.ChecksumRewriteRule rule = 4;
*/
com.pingcap.tidb.tipb.ChecksumRewriteRuleOrBuilder getRuleOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy