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

com.pingcap.tidb.tipb.ChecksumRewriteRuleOrBuilder 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 interface ChecksumRewriteRuleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.ChecksumRewriteRule)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional bytes old_prefix = 1;
   */
  boolean hasOldPrefix();
  /**
   * optional bytes old_prefix = 1;
   */
  com.google.protobuf.ByteString getOldPrefix();

  /**
   * optional bytes new_prefix = 2;
   */
  boolean hasNewPrefix();
  /**
   * optional bytes new_prefix = 2;
   */
  com.google.protobuf.ByteString getNewPrefix();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy