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

cz.proto.ExchangeSourceSummaryOrBuilder 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 ExchangeSourceSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.ExchangeSourceSummary)
    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 read_buffer_timing_wall_ns = 3;
   * @return Whether the readBufferTimingWallNs field is set.
   */
  boolean hasReadBufferTimingWallNs();
  /**
   * .cz.proto.OperatorStatistics read_buffer_timing_wall_ns = 3;
   * @return The readBufferTimingWallNs.
   */
  cz.proto.OperatorStatistics getReadBufferTimingWallNs();
  /**
   * .cz.proto.OperatorStatistics read_buffer_timing_wall_ns = 3;
   */
  cz.proto.OperatorStatisticsOrBuilder getReadBufferTimingWallNsOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy