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

cz.proto.ManifestOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * 
   * TableMeta.cluster_info_spec.spec_id
   * 
* * uint32 cluster_spec_id = 7; * @return The clusterSpecId. */ int getClusterSpecId(); /** *
   * TableMeta.sort_order_spec.spec_id
   * 
* * uint32 sort_order_spec_id = 8; * @return The sortOrderSpecId. */ int getSortOrderSpecId(); /** *
   * TableMeta.primary_key_spec.spec_id
   * 
* * uint32 primary_key_spec_id = 9; * @return The primaryKeySpecId. */ int getPrimaryKeySpecId(); /** *
   * contains snapshot id and other stats
   * 
* * .cz.proto.StatsData stats = 10; * @return Whether the stats field is set. */ boolean hasStats(); /** *
   * contains snapshot id and other stats
   * 
* * .cz.proto.StatsData stats = 10; * @return The stats. */ cz.proto.StatsData getStats(); /** *
   * contains snapshot id and other stats
   * 
* * .cz.proto.StatsData stats = 10; */ cz.proto.StatsDataOrBuilder getStatsOrBuilder(); /** *
   * The snapshot which current manifest's change is based on.
   * Eg: one update SQL statement bases on snapshot x to read data and update something then commit.
   * Snapshot x is the base_snapshot_id.
   * 
* * optional int64 base_snapshot_id = 14; * @return Whether the baseSnapshotId field is set. */ boolean hasBaseSnapshotId(); /** *
   * The snapshot which current manifest's change is based on.
   * Eg: one update SQL statement bases on snapshot x to read data and update something then commit.
   * Snapshot x is the base_snapshot_id.
   * 
* * optional int64 base_snapshot_id = 14; * @return The baseSnapshotId. */ long getBaseSnapshotId(); /** *
   * FILE by default if unset
   * 
* * optional .cz.proto.Manifest.ConcurrencyLevel concurrency_level = 21; * @return Whether the concurrencyLevel field is set. */ boolean hasConcurrencyLevel(); /** *
   * FILE by default if unset
   * 
* * optional .cz.proto.Manifest.ConcurrencyLevel concurrency_level = 21; * @return The enum numeric value on the wire for concurrencyLevel. */ int getConcurrencyLevelValue(); /** *
   * FILE by default if unset
   * 
* * optional .cz.proto.Manifest.ConcurrencyLevel concurrency_level = 21; * @return The concurrencyLevel. */ cz.proto.Manifest.ConcurrencyLevel getConcurrencyLevel(); /** * repeated .cz.proto.FileMetaData added_data_files = 15; */ java.util.List getAddedDataFilesList(); /** * repeated .cz.proto.FileMetaData added_data_files = 15; */ cz.proto.FileMetaData getAddedDataFiles(int index); /** * repeated .cz.proto.FileMetaData added_data_files = 15; */ int getAddedDataFilesCount(); /** * repeated .cz.proto.FileMetaData added_data_files = 15; */ java.util.List getAddedDataFilesOrBuilderList(); /** * repeated .cz.proto.FileMetaData added_data_files = 15; */ cz.proto.FileMetaDataOrBuilder getAddedDataFilesOrBuilder( int index); /** * repeated .cz.proto.FileMetaData deleted_data_files = 17; */ java.util.List getDeletedDataFilesList(); /** * repeated .cz.proto.FileMetaData deleted_data_files = 17; */ cz.proto.FileMetaData getDeletedDataFiles(int index); /** * repeated .cz.proto.FileMetaData deleted_data_files = 17; */ int getDeletedDataFilesCount(); /** * repeated .cz.proto.FileMetaData deleted_data_files = 17; */ java.util.List getDeletedDataFilesOrBuilderList(); /** * repeated .cz.proto.FileMetaData deleted_data_files = 17; */ cz.proto.FileMetaDataOrBuilder getDeletedDataFilesOrBuilder( int index); /** * repeated .cz.proto.FileMetaData added_delta_files = 18; */ java.util.List getAddedDeltaFilesList(); /** * repeated .cz.proto.FileMetaData added_delta_files = 18; */ cz.proto.FileMetaData getAddedDeltaFiles(int index); /** * repeated .cz.proto.FileMetaData added_delta_files = 18; */ int getAddedDeltaFilesCount(); /** * repeated .cz.proto.FileMetaData added_delta_files = 18; */ java.util.List getAddedDeltaFilesOrBuilderList(); /** * repeated .cz.proto.FileMetaData added_delta_files = 18; */ cz.proto.FileMetaDataOrBuilder getAddedDeltaFilesOrBuilder( int index); /** * repeated .cz.proto.FileMetaData deleted_delta_files = 19; */ java.util.List getDeletedDeltaFilesList(); /** * repeated .cz.proto.FileMetaData deleted_delta_files = 19; */ cz.proto.FileMetaData getDeletedDeltaFiles(int index); /** * repeated .cz.proto.FileMetaData deleted_delta_files = 19; */ int getDeletedDeltaFilesCount(); /** * repeated .cz.proto.FileMetaData deleted_delta_files = 19; */ java.util.List getDeletedDeltaFilesOrBuilderList(); /** * repeated .cz.proto.FileMetaData deleted_delta_files = 19; */ cz.proto.FileMetaDataOrBuilder getDeletedDeltaFilesOrBuilder( int index); /** * repeated .cz.proto.VirtualValueInfo deleted_partition = 5; */ java.util.List getDeletedPartitionList(); /** * repeated .cz.proto.VirtualValueInfo deleted_partition = 5; */ cz.proto.VirtualValueInfoOuterClass.VirtualValueInfo getDeletedPartition(int index); /** * repeated .cz.proto.VirtualValueInfo deleted_partition = 5; */ int getDeletedPartitionCount(); /** * repeated .cz.proto.VirtualValueInfo deleted_partition = 5; */ java.util.List getDeletedPartitionOrBuilderList(); /** * repeated .cz.proto.VirtualValueInfo deleted_partition = 5; */ cz.proto.VirtualValueInfoOuterClass.VirtualValueInfoOrBuilder getDeletedPartitionOrBuilder( int index); /** * repeated .cz.proto.MVSource source_tables = 20; */ java.util.List getSourceTablesList(); /** * repeated .cz.proto.MVSource source_tables = 20; */ cz.proto.MVSource getSourceTables(int index); /** * repeated .cz.proto.MVSource source_tables = 20; */ int getSourceTablesCount(); /** * repeated .cz.proto.MVSource source_tables = 20; */ java.util.List getSourceTablesOrBuilderList(); /** * repeated .cz.proto.MVSource source_tables = 20; */ cz.proto.MVSourceOrBuilder getSourceTablesOrBuilder( int index); /** * repeated .cz.proto.TableStreamState stream_tables = 22; */ java.util.List getStreamTablesList(); /** * repeated .cz.proto.TableStreamState stream_tables = 22; */ cz.proto.TableStreamState getStreamTables(int index); /** * repeated .cz.proto.TableStreamState stream_tables = 22; */ int getStreamTablesCount(); /** * repeated .cz.proto.TableStreamState stream_tables = 22; */ java.util.List getStreamTablesOrBuilderList(); /** * repeated .cz.proto.TableStreamState stream_tables = 22; */ cz.proto.TableStreamStateOrBuilder getStreamTablesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy