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

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

  /**
   * .cz.proto.OperatorStatistics compressed_shuffle_bytes = 1;
   * @return Whether the compressedShuffleBytes field is set.
   */
  boolean hasCompressedShuffleBytes();
  /**
   * .cz.proto.OperatorStatistics compressed_shuffle_bytes = 1;
   * @return The compressedShuffleBytes.
   */
  cz.proto.OperatorStatistics getCompressedShuffleBytes();
  /**
   * .cz.proto.OperatorStatistics compressed_shuffle_bytes = 1;
   */
  cz.proto.OperatorStatisticsOrBuilder getCompressedShuffleBytesOrBuilder();

  /**
   * .cz.proto.OperatorStatistics uncompressed_shuffle_bytes = 2;
   * @return Whether the uncompressedShuffleBytes field is set.
   */
  boolean hasUncompressedShuffleBytes();
  /**
   * .cz.proto.OperatorStatistics uncompressed_shuffle_bytes = 2;
   * @return The uncompressedShuffleBytes.
   */
  cz.proto.OperatorStatistics getUncompressedShuffleBytes();
  /**
   * .cz.proto.OperatorStatistics uncompressed_shuffle_bytes = 2;
   */
  cz.proto.OperatorStatisticsOrBuilder getUncompressedShuffleBytesOrBuilder();

  /**
   * .cz.proto.OperatorStatistics submit_wall_time_ns = 3;
   * @return Whether the submitWallTimeNs field is set.
   */
  boolean hasSubmitWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics submit_wall_time_ns = 3;
   * @return The submitWallTimeNs.
   */
  cz.proto.OperatorStatistics getSubmitWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics submit_wall_time_ns = 3;
   */
  cz.proto.OperatorStatisticsOrBuilder getSubmitWallTimeNsOrBuilder();

  /**
   * .cz.proto.OperatorStatistics close_wall_time_ns = 4;
   * @return Whether the closeWallTimeNs field is set.
   */
  boolean hasCloseWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics close_wall_time_ns = 4;
   * @return The closeWallTimeNs.
   */
  cz.proto.OperatorStatistics getCloseWallTimeNs();
  /**
   * .cz.proto.OperatorStatistics close_wall_time_ns = 4;
   */
  cz.proto.OperatorStatisticsOrBuilder getCloseWallTimeNsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy