com.pingcap.tidb.tipb.Checksum Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: checksum.proto
package com.pingcap.tidb.tipb;
public final class Checksum {
private Checksum() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tipb_ChecksumRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tipb_ChecksumRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tipb_ChecksumResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tipb_ChecksumResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\016checksum.proto\022\004tipb\032\024gogoproto/gogo.p" +
"roto\"\210\001\n\017ChecksumRequest\022\026\n\010start_ts\030\001 \001" +
"(\004B\004\310\336\037\000\022+\n\007scan_on\030\002 \001(\0162\024.tipb.Checksu" +
"mScanOnB\004\310\336\037\000\0220\n\talgorithm\030\003 \001(\0162\027.tipb." +
"ChecksumAlgorithmB\004\310\336\037\000\"^\n\020ChecksumRespo" +
"nse\022\026\n\010checksum\030\001 \001(\004B\004\310\336\037\000\022\027\n\ttotal_kvs" +
"\030\002 \001(\004B\004\310\336\037\000\022\031\n\013total_bytes\030\003 \001(\004B\004\310\336\037\000*" +
"&\n\016ChecksumScanOn\022\t\n\005Table\020\000\022\t\n\005Index\020\001*" +
"\"\n\021ChecksumAlgorithm\022\r\n\tCrc64_Xor\020\000B%\n\025c" +
"om.pingcap.tidb.tipbP\001\340\342\036\001\310\342\036\001\320\342\036\001"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.GoGoProtos.getDescriptor(),
}, assigner);
internal_static_tipb_ChecksumRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tipb_ChecksumRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tipb_ChecksumRequest_descriptor,
new java.lang.String[] { "StartTs", "ScanOn", "Algorithm", });
internal_static_tipb_ChecksumResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_tipb_ChecksumResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tipb_ChecksumResponse_descriptor,
new java.lang.String[] { "Checksum", "TotalKvs", "TotalBytes", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.protobuf.GoGoProtos.marshalerAll);
registry.add(com.google.protobuf.GoGoProtos.nullable);
registry.add(com.google.protobuf.GoGoProtos.sizerAll);
registry.add(com.google.protobuf.GoGoProtos.unmarshalerAll);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
com.google.protobuf.GoGoProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy