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

cz.proto.OperatorSummaryOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * string op_id = 1;
   * @return The opId.
   */
  java.lang.String getOpId();
  /**
   * string op_id = 1;
   * @return The bytes for opId.
   */
  com.google.protobuf.ByteString
      getOpIdBytes();

  /**
   * .cz.proto.InputOutputStats input_output_stats = 2;
   * @return Whether the inputOutputStats field is set.
   */
  boolean hasInputOutputStats();
  /**
   * .cz.proto.InputOutputStats input_output_stats = 2;
   * @return The inputOutputStats.
   */
  cz.proto.InputOutputStats getInputOutputStats();
  /**
   * .cz.proto.InputOutputStats input_output_stats = 2;
   */
  cz.proto.InputOutputStatsOrBuilder getInputOutputStatsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics wall_time_ns = 3;
   * @return Whether the wallTimeNs field is set.
   */
  boolean hasWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics wall_time_ns = 3;
   * @return The wallTimeNs.
   */
  cz.proto.OperatorStatistics getWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics wall_time_ns = 3;
   */
  cz.proto.OperatorStatisticsOrBuilder getWallTimeNsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics row_count = 4;
   * @return Whether the rowCount field is set.
   */
  boolean hasRowCount();
  /**
   * .cz.proto.OperatorStatistics row_count = 4;
   * @return The rowCount.
   */
  cz.proto.OperatorStatistics getRowCount();
  /**
   * .cz.proto.OperatorStatistics row_count = 4;
   */
  cz.proto.OperatorStatisticsOrBuilder getRowCountOrBuilder();

  /**
   * .cz.proto.TableScanSummary table_scan_summary = 20;
   * @return Whether the tableScanSummary field is set.
   */
  boolean hasTableScanSummary();
  /**
   * .cz.proto.TableScanSummary table_scan_summary = 20;
   * @return The tableScanSummary.
   */
  cz.proto.TableScanSummary getTableScanSummary();
  /**
   * .cz.proto.TableScanSummary table_scan_summary = 20;
   */
  cz.proto.TableScanSummaryOrBuilder getTableScanSummaryOrBuilder();

  /**
   * .cz.proto.TableSinkSummary table_sink_summary = 21;
   * @return Whether the tableSinkSummary field is set.
   */
  boolean hasTableSinkSummary();
  /**
   * .cz.proto.TableSinkSummary table_sink_summary = 21;
   * @return The tableSinkSummary.
   */
  cz.proto.TableSinkSummary getTableSinkSummary();
  /**
   * .cz.proto.TableSinkSummary table_sink_summary = 21;
   */
  cz.proto.TableSinkSummaryOrBuilder getTableSinkSummaryOrBuilder();

  /**
   * .cz.proto.CalcSummary calc_summary = 22;
   * @return Whether the calcSummary field is set.
   */
  boolean hasCalcSummary();
  /**
   * .cz.proto.CalcSummary calc_summary = 22;
   * @return The calcSummary.
   */
  cz.proto.CalcSummary getCalcSummary();
  /**
   * .cz.proto.CalcSummary calc_summary = 22;
   */
  cz.proto.CalcSummaryOrBuilder getCalcSummaryOrBuilder();

  /**
   * .cz.proto.HashJoinSummary hash_join_summary = 23;
   * @return Whether the hashJoinSummary field is set.
   */
  boolean hasHashJoinSummary();
  /**
   * .cz.proto.HashJoinSummary hash_join_summary = 23;
   * @return The hashJoinSummary.
   */
  cz.proto.HashJoinSummary getHashJoinSummary();
  /**
   * .cz.proto.HashJoinSummary hash_join_summary = 23;
   */
  cz.proto.HashJoinSummaryOrBuilder getHashJoinSummaryOrBuilder();

  /**
   * .cz.proto.MergeJoinSummary merge_join_summary = 24;
   * @return Whether the mergeJoinSummary field is set.
   */
  boolean hasMergeJoinSummary();
  /**
   * .cz.proto.MergeJoinSummary merge_join_summary = 24;
   * @return The mergeJoinSummary.
   */
  cz.proto.MergeJoinSummary getMergeJoinSummary();
  /**
   * .cz.proto.MergeJoinSummary merge_join_summary = 24;
   */
  cz.proto.MergeJoinSummaryOrBuilder getMergeJoinSummaryOrBuilder();

  /**
   * .cz.proto.HashAggregateSummary hash_aggregate_summary = 25;
   * @return Whether the hashAggregateSummary field is set.
   */
  boolean hasHashAggregateSummary();
  /**
   * .cz.proto.HashAggregateSummary hash_aggregate_summary = 25;
   * @return The hashAggregateSummary.
   */
  cz.proto.HashAggregateSummary getHashAggregateSummary();
  /**
   * .cz.proto.HashAggregateSummary hash_aggregate_summary = 25;
   */
  cz.proto.HashAggregateSummaryOrBuilder getHashAggregateSummaryOrBuilder();

  /**
   * .cz.proto.MergeAggregateSummary merge_aggregate_summary = 26;
   * @return Whether the mergeAggregateSummary field is set.
   */
  boolean hasMergeAggregateSummary();
  /**
   * .cz.proto.MergeAggregateSummary merge_aggregate_summary = 26;
   * @return The mergeAggregateSummary.
   */
  cz.proto.MergeAggregateSummary getMergeAggregateSummary();
  /**
   * .cz.proto.MergeAggregateSummary merge_aggregate_summary = 26;
   */
  cz.proto.MergeAggregateSummaryOrBuilder getMergeAggregateSummaryOrBuilder();

  /**
   * .cz.proto.LocalSortSummary local_sort_summary = 27;
   * @return Whether the localSortSummary field is set.
   */
  boolean hasLocalSortSummary();
  /**
   * .cz.proto.LocalSortSummary local_sort_summary = 27;
   * @return The localSortSummary.
   */
  cz.proto.LocalSortSummary getLocalSortSummary();
  /**
   * .cz.proto.LocalSortSummary local_sort_summary = 27;
   */
  cz.proto.LocalSortSummaryOrBuilder getLocalSortSummaryOrBuilder();

  /**
   * .cz.proto.MergeSortSummary merge_sort_summary = 28;
   * @return Whether the mergeSortSummary field is set.
   */
  boolean hasMergeSortSummary();
  /**
   * .cz.proto.MergeSortSummary merge_sort_summary = 28;
   * @return The mergeSortSummary.
   */
  cz.proto.MergeSortSummary getMergeSortSummary();
  /**
   * .cz.proto.MergeSortSummary merge_sort_summary = 28;
   */
  cz.proto.MergeSortSummaryOrBuilder getMergeSortSummaryOrBuilder();

  /**
   * .cz.proto.ValuesSummary values_summary = 29;
   * @return Whether the valuesSummary field is set.
   */
  boolean hasValuesSummary();
  /**
   * .cz.proto.ValuesSummary values_summary = 29;
   * @return The valuesSummary.
   */
  cz.proto.ValuesSummary getValuesSummary();
  /**
   * .cz.proto.ValuesSummary values_summary = 29;
   */
  cz.proto.ValuesSummaryOrBuilder getValuesSummaryOrBuilder();

  /**
   * .cz.proto.ExchangeSinkSummary exchange_sink_summary = 30;
   * @return Whether the exchangeSinkSummary field is set.
   */
  boolean hasExchangeSinkSummary();
  /**
   * .cz.proto.ExchangeSinkSummary exchange_sink_summary = 30;
   * @return The exchangeSinkSummary.
   */
  cz.proto.ExchangeSinkSummary getExchangeSinkSummary();
  /**
   * .cz.proto.ExchangeSinkSummary exchange_sink_summary = 30;
   */
  cz.proto.ExchangeSinkSummaryOrBuilder getExchangeSinkSummaryOrBuilder();

  /**
   * .cz.proto.ExchangeSourceSummary exchange_source_summary = 31;
   * @return Whether the exchangeSourceSummary field is set.
   */
  boolean hasExchangeSourceSummary();
  /**
   * .cz.proto.ExchangeSourceSummary exchange_source_summary = 31;
   * @return The exchangeSourceSummary.
   */
  cz.proto.ExchangeSourceSummary getExchangeSourceSummary();
  /**
   * .cz.proto.ExchangeSourceSummary exchange_source_summary = 31;
   */
  cz.proto.ExchangeSourceSummaryOrBuilder getExchangeSourceSummaryOrBuilder();

  /**
   * .cz.proto.UnionAllSummary union_all_summary = 32;
   * @return Whether the unionAllSummary field is set.
   */
  boolean hasUnionAllSummary();
  /**
   * .cz.proto.UnionAllSummary union_all_summary = 32;
   * @return The unionAllSummary.
   */
  cz.proto.UnionAllSummary getUnionAllSummary();
  /**
   * .cz.proto.UnionAllSummary union_all_summary = 32;
   */
  cz.proto.UnionAllSummaryOrBuilder getUnionAllSummaryOrBuilder();

  /**
   * .cz.proto.BufferSummary buffer_summary = 33;
   * @return Whether the bufferSummary field is set.
   */
  boolean hasBufferSummary();
  /**
   * .cz.proto.BufferSummary buffer_summary = 33;
   * @return The bufferSummary.
   */
  cz.proto.BufferSummary getBufferSummary();
  /**
   * .cz.proto.BufferSummary buffer_summary = 33;
   */
  cz.proto.BufferSummaryOrBuilder getBufferSummaryOrBuilder();

  /**
   * .cz.proto.WindowSummary window_summary = 34;
   * @return Whether the windowSummary field is set.
   */
  boolean hasWindowSummary();
  /**
   * .cz.proto.WindowSummary window_summary = 34;
   * @return The windowSummary.
   */
  cz.proto.WindowSummary getWindowSummary();
  /**
   * .cz.proto.WindowSummary window_summary = 34;
   */
  cz.proto.WindowSummaryOrBuilder getWindowSummaryOrBuilder();

  /**
   * .cz.proto.ExpandSummary expand_summary = 35;
   * @return Whether the expandSummary field is set.
   */
  boolean hasExpandSummary();
  /**
   * .cz.proto.ExpandSummary expand_summary = 35;
   * @return The expandSummary.
   */
  cz.proto.ExpandSummary getExpandSummary();
  /**
   * .cz.proto.ExpandSummary expand_summary = 35;
   */
  cz.proto.ExpandSummaryOrBuilder getExpandSummaryOrBuilder();

  /**
   * .cz.proto.LateralViewSummary lateral_view_summary = 36;
   * @return Whether the lateralViewSummary field is set.
   */
  boolean hasLateralViewSummary();
  /**
   * .cz.proto.LateralViewSummary lateral_view_summary = 36;
   * @return The lateralViewSummary.
   */
  cz.proto.LateralViewSummary getLateralViewSummary();
  /**
   * .cz.proto.LateralViewSummary lateral_view_summary = 36;
   */
  cz.proto.LateralViewSummaryOrBuilder getLateralViewSummaryOrBuilder();

  /**
   * .cz.proto.PartialWindowSummary partial_window_summary = 37;
   * @return Whether the partialWindowSummary field is set.
   */
  boolean hasPartialWindowSummary();
  /**
   * .cz.proto.PartialWindowSummary partial_window_summary = 37;
   * @return The partialWindowSummary.
   */
  cz.proto.PartialWindowSummary getPartialWindowSummary();
  /**
   * .cz.proto.PartialWindowSummary partial_window_summary = 37;
   */
  cz.proto.PartialWindowSummaryOrBuilder getPartialWindowSummaryOrBuilder();

  /**
   * .cz.proto.LocalExchangeSummary local_exchange_summary = 38;
   * @return Whether the localExchangeSummary field is set.
   */
  boolean hasLocalExchangeSummary();
  /**
   * .cz.proto.LocalExchangeSummary local_exchange_summary = 38;
   * @return The localExchangeSummary.
   */
  cz.proto.LocalExchangeSummary getLocalExchangeSummary();
  /**
   * .cz.proto.LocalExchangeSummary local_exchange_summary = 38;
   */
  cz.proto.LocalExchangeSummaryOrBuilder getLocalExchangeSummaryOrBuilder();

  public cz.proto.OperatorSummary.OpStatsCase getOpStatsCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy