All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pingcap.tidb.tipb.Checksum Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// 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_ChecksumRewriteRule_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tipb_ChecksumRewriteRule_fieldAccessorTable;
  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\"=\n\023ChecksumRewriteRule\022\022\n\nold_prefi" +
      "x\030\001 \001(\014\022\022\n\nnew_prefix\030\002 \001(\014\"\264\001\n\017Checksum" +
      "Request\022\031\n\021start_ts_fallback\030\001 \001(\004\022+\n\007sc" +
      "an_on\030\002 \001(\0162\024.tipb.ChecksumScanOnB\004\310\336\037\000\022" +
      "0\n\talgorithm\030\003 \001(\0162\027.tipb.ChecksumAlgori" +
      "thmB\004\310\336\037\000\022\'\n\004rule\030\004 \001(\0132\031.tipb.ChecksumR" +
      "ewriteRule\"^\n\020ChecksumResponse\022\026\n\010checks" +
      "um\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\016ChecksumSc" +
      "anOn\022\t\n\005Table\020\000\022\t\n\005Index\020\001*\"\n\021ChecksumAl" +
      "gorithm\022\r\n\tCrc64_Xor\020\000B%\n\025com.pingcap.ti" +
      "db.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_ChecksumRewriteRule_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tipb_ChecksumRewriteRule_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_ChecksumRewriteRule_descriptor,
        new java.lang.String[] { "OldPrefix", "NewPrefix", });
    internal_static_tipb_ChecksumRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_tipb_ChecksumRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tipb_ChecksumRequest_descriptor,
        new java.lang.String[] { "StartTsFallback", "ScanOn", "Algorithm", "Rule", });
    internal_static_tipb_ChecksumResponse_descriptor =
      getDescriptor().getMessageTypes().get(2);
    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 - 2024 Weber Informatics LLC | Privacy Policy