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

cz.proto.MVSourceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface MVSourceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.MVSource)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * TODO(chendong): engine use identifier for parameter, while store table id in meta later
   * 
* * .cz.proto.ObjectIdentifier table_identifier = 1; * @return Whether the tableIdentifier field is set. */ boolean hasTableIdentifier(); /** *
   * TODO(chendong): engine use identifier for parameter, while store table id in meta later
   * 
* * .cz.proto.ObjectIdentifier table_identifier = 1; * @return The tableIdentifier. */ cz.proto.ObjectIdentifier getTableIdentifier(); /** *
   * TODO(chendong): engine use identifier for parameter, while store table id in meta later
   * 
* * .cz.proto.ObjectIdentifier table_identifier = 1; */ cz.proto.ObjectIdentifierOrBuilder getTableIdentifierOrBuilder(); /** *
   * the source table's snapshot version by which the MV is created
   * used for checking expiration of MV
   * 
* * int64 snapshot = 2; * @return The snapshot. */ long getSnapshot(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy