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

cz.proto.LocalSortSummaryOrBuilder 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 LocalSortSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.LocalSortSummary)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   * @return Whether the genRunWallTimeNs field is set.
   */
  boolean hasGenRunWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   * @return The genRunWallTimeNs.
   */
  cz.proto.OperatorStatistics getGenRunWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics gen_run_wall_time_ns = 1;
   */
  cz.proto.OperatorStatisticsOrBuilder getGenRunWallTimeNsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   * @return Whether the genRunCpuTimeNs field is set.
   */
  boolean hasGenRunCpuTimeNs();
  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   * @return The genRunCpuTimeNs.
   */
  cz.proto.OperatorStatistics getGenRunCpuTimeNs();
  /**
   * .cz.proto.OperatorStatistics gen_run_cpu_time_ns = 2;
   */
  cz.proto.OperatorStatisticsOrBuilder getGenRunCpuTimeNsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   * @return Whether the mergeRunWallTimeNs field is set.
   */
  boolean hasMergeRunWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   * @return The mergeRunWallTimeNs.
   */
  cz.proto.OperatorStatistics getMergeRunWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics merge_run_wall_time_ns = 3;
   */
  cz.proto.OperatorStatisticsOrBuilder getMergeRunWallTimeNsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   * @return Whether the mergeRunCpuTimeNs field is set.
   */
  boolean hasMergeRunCpuTimeNs();
  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   * @return The mergeRunCpuTimeNs.
   */
  cz.proto.OperatorStatistics getMergeRunCpuTimeNs();
  /**
   * .cz.proto.OperatorStatistics merge_run_cpu_time_ns = 4;
   */
  cz.proto.OperatorStatisticsOrBuilder getMergeRunCpuTimeNsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy