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

cz.proto.OperatorStatsOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * string operator_id = 1;
   * @return The operatorId.
   */
  java.lang.String getOperatorId();
  /**
   * string operator_id = 1;
   * @return The bytes for operatorId.
   */
  com.google.protobuf.ByteString
      getOperatorIdBytes();

  /**
   * uint64 row_count = 2;
   * @return The rowCount.
   */
  long getRowCount();

  /**
   * .cz.proto.Timing timing = 3;
   * @return Whether the timing field is set.
   */
  boolean hasTiming();
  /**
   * .cz.proto.Timing timing = 3;
   * @return The timing.
   */
  cz.proto.Timing getTiming();
  /**
   * .cz.proto.Timing timing = 3;
   */
  cz.proto.TimingOrBuilder getTimingOrBuilder();

  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   * @return Whether the tableScanStats field is set.
   */
  boolean hasTableScanStats();
  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   * @return The tableScanStats.
   */
  cz.proto.TableScanStats getTableScanStats();
  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   */
  cz.proto.TableScanStatsOrBuilder getTableScanStatsOrBuilder();

  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   * @return Whether the tableSinkStats field is set.
   */
  boolean hasTableSinkStats();
  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   * @return The tableSinkStats.
   */
  cz.proto.TableSinkStats getTableSinkStats();
  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   */
  cz.proto.TableSinkStatsOrBuilder getTableSinkStatsOrBuilder();

  /**
   * .cz.proto.CalcStats calc_stats = 6;
   * @return Whether the calcStats field is set.
   */
  boolean hasCalcStats();
  /**
   * .cz.proto.CalcStats calc_stats = 6;
   * @return The calcStats.
   */
  cz.proto.CalcStats getCalcStats();
  /**
   * .cz.proto.CalcStats calc_stats = 6;
   */
  cz.proto.CalcStatsOrBuilder getCalcStatsOrBuilder();

  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   * @return Whether the hashJoinStats field is set.
   */
  boolean hasHashJoinStats();
  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   * @return The hashJoinStats.
   */
  cz.proto.HashJoinStats getHashJoinStats();
  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   */
  cz.proto.HashJoinStatsOrBuilder getHashJoinStatsOrBuilder();

  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   * @return Whether the mergeJoinStats field is set.
   */
  boolean hasMergeJoinStats();
  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   * @return The mergeJoinStats.
   */
  cz.proto.MergeJoinStats getMergeJoinStats();
  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   */
  cz.proto.MergeJoinStatsOrBuilder getMergeJoinStatsOrBuilder();

  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   * @return Whether the hashAggregateStats field is set.
   */
  boolean hasHashAggregateStats();
  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   * @return The hashAggregateStats.
   */
  cz.proto.HashAggregateStats getHashAggregateStats();
  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   */
  cz.proto.HashAggregateStatsOrBuilder getHashAggregateStatsOrBuilder();

  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   * @return Whether the mergeAggregateStats field is set.
   */
  boolean hasMergeAggregateStats();
  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   * @return The mergeAggregateStats.
   */
  cz.proto.MergeAggregateStats getMergeAggregateStats();
  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   */
  cz.proto.MergeAggregateStatsOrBuilder getMergeAggregateStatsOrBuilder();

  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   * @return Whether the localSortStats field is set.
   */
  boolean hasLocalSortStats();
  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   * @return The localSortStats.
   */
  cz.proto.LocalSortStats getLocalSortStats();
  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   */
  cz.proto.LocalSortStatsOrBuilder getLocalSortStatsOrBuilder();

  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   * @return Whether the mergeSortStats field is set.
   */
  boolean hasMergeSortStats();
  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   * @return The mergeSortStats.
   */
  cz.proto.MergeSortStats getMergeSortStats();
  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   */
  cz.proto.MergeSortStatsOrBuilder getMergeSortStatsOrBuilder();

  /**
   * .cz.proto.ValuesStats values_stats = 13;
   * @return Whether the valuesStats field is set.
   */
  boolean hasValuesStats();
  /**
   * .cz.proto.ValuesStats values_stats = 13;
   * @return The valuesStats.
   */
  cz.proto.ValuesStats getValuesStats();
  /**
   * .cz.proto.ValuesStats values_stats = 13;
   */
  cz.proto.ValuesStatsOrBuilder getValuesStatsOrBuilder();

  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   * @return Whether the exchangeSinkStats field is set.
   */
  boolean hasExchangeSinkStats();
  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   * @return The exchangeSinkStats.
   */
  cz.proto.ExchangeSinkStats getExchangeSinkStats();
  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   */
  cz.proto.ExchangeSinkStatsOrBuilder getExchangeSinkStatsOrBuilder();

  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   * @return Whether the exchangeSourceStats field is set.
   */
  boolean hasExchangeSourceStats();
  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   * @return The exchangeSourceStats.
   */
  cz.proto.ExchangeSourceStats getExchangeSourceStats();
  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   */
  cz.proto.ExchangeSourceStatsOrBuilder getExchangeSourceStatsOrBuilder();

  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   * @return Whether the unionAllStats field is set.
   */
  boolean hasUnionAllStats();
  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   * @return The unionAllStats.
   */
  cz.proto.UnionAllStats getUnionAllStats();
  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   */
  cz.proto.UnionAllStatsOrBuilder getUnionAllStatsOrBuilder();

  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   * @return Whether the bufferStats field is set.
   */
  boolean hasBufferStats();
  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   * @return The bufferStats.
   */
  cz.proto.BufferStats getBufferStats();
  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   */
  cz.proto.BufferStatsOrBuilder getBufferStatsOrBuilder();

  /**
   * .cz.proto.WindowStats window_stats = 18;
   * @return Whether the windowStats field is set.
   */
  boolean hasWindowStats();
  /**
   * .cz.proto.WindowStats window_stats = 18;
   * @return The windowStats.
   */
  cz.proto.WindowStats getWindowStats();
  /**
   * .cz.proto.WindowStats window_stats = 18;
   */
  cz.proto.WindowStatsOrBuilder getWindowStatsOrBuilder();

  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   * @return Whether the expandStats field is set.
   */
  boolean hasExpandStats();
  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   * @return The expandStats.
   */
  cz.proto.ExpandStats getExpandStats();
  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   */
  cz.proto.ExpandStatsOrBuilder getExpandStatsOrBuilder();

  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   * @return Whether the lateralViewStats field is set.
   */
  boolean hasLateralViewStats();
  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   * @return The lateralViewStats.
   */
  cz.proto.LateralViewStats getLateralViewStats();
  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   */
  cz.proto.LateralViewStatsOrBuilder getLateralViewStatsOrBuilder();

  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   * @return Whether the partialWindowStats field is set.
   */
  boolean hasPartialWindowStats();
  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   * @return The partialWindowStats.
   */
  cz.proto.PartialWindowStats getPartialWindowStats();
  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   */
  cz.proto.PartialWindowStatsOrBuilder getPartialWindowStatsOrBuilder();

  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   * @return Whether the localExchangeStats field is set.
   */
  boolean hasLocalExchangeStats();
  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   * @return The localExchangeStats.
   */
  cz.proto.LocalExchangeStats getLocalExchangeStats();
  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   */
  cz.proto.LocalExchangeStatsOrBuilder getLocalExchangeStatsOrBuilder();

  /**
   * .cz.proto.Timing init_timing = 100;
   * @return Whether the initTiming field is set.
   */
  boolean hasInitTiming();
  /**
   * .cz.proto.Timing init_timing = 100;
   * @return The initTiming.
   */
  cz.proto.Timing getInitTiming();
  /**
   * .cz.proto.Timing init_timing = 100;
   */
  cz.proto.TimingOrBuilder getInitTimingOrBuilder();

  /**
   * uint64 batch_count = 101;
   * @return The batchCount.
   */
  long getBatchCount();

  /**
   * uint64 peak_memory = 102;
   * @return The peakMemory.
   */
  long getPeakMemory();

  /**
   * uint64 start_time_nanos = 103;
   * @return The startTimeNanos.
   */
  long getStartTimeNanos();

  /**
   * uint64 end_time_nanos = 104;
   * @return The endTimeNanos.
   */
  long getEndTimeNanos();

  /**
   * uint64 batch_signature = 105;
   * @return The batchSignature.
   */
  long getBatchSignature();

  /**
   * string exec_node_id = 106;
   * @return The execNodeId.
   */
  java.lang.String getExecNodeId();
  /**
   * string exec_node_id = 106;
   * @return The bytes for execNodeId.
   */
  com.google.protobuf.ByteString
      getExecNodeIdBytes();

  /**
   * uint64 pipeline_id = 107;
   * @return The pipelineId.
   */
  long getPipelineId();

  /**
   * uint64 driver_sequence = 108;
   * @return The driverSequence.
   */
  long getDriverSequence();

  /**
   * uint64 block_timing_nanos = 109;
   * @return The blockTimingNanos.
   */
  long getBlockTimingNanos();

  /**
   * .cz.proto.Timing construct_timing = 110;
   * @return Whether the constructTiming field is set.
   */
  boolean hasConstructTiming();
  /**
   * .cz.proto.Timing construct_timing = 110;
   * @return The constructTiming.
   */
  cz.proto.Timing getConstructTiming();
  /**
   * .cz.proto.Timing construct_timing = 110;
   */
  cz.proto.TimingOrBuilder getConstructTimingOrBuilder();

  /**
   * .cz.proto.Timing finish_timing = 111;
   * @return Whether the finishTiming field is set.
   */
  boolean hasFinishTiming();
  /**
   * .cz.proto.Timing finish_timing = 111;
   * @return The finishTiming.
   */
  cz.proto.Timing getFinishTiming();
  /**
   * .cz.proto.Timing finish_timing = 111;
   */
  cz.proto.TimingOrBuilder getFinishTimingOrBuilder();

  /**
   * uint64 data_size_bytes = 112;
   * @return The dataSizeBytes.
   */
  long getDataSizeBytes();

  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  java.util.List 
      getRunStatsList();
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats getRunStats(int index);
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  int getRunStatsCount();
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  java.util.List 
      getRunStatsOrBuilderList();
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder getRunStatsOrBuilder(
      int index);

  /**
   * bytes extra_stats_binary = 254;
   * @return The extraStatsBinary.
   */
  com.google.protobuf.ByteString getExtraStatsBinary();

  /**
   * 
   * deprecated
   * 
* * string extra_stats = 255; * @return The extraStats. */ java.lang.String getExtraStats(); /** *
   * deprecated
   * 
* * string extra_stats = 255; * @return The bytes for extraStats. */ com.google.protobuf.ByteString getExtraStatsBytes(); public cz.proto.OperatorStats.OpStatsCase getOpStatsCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy