cz.proto.ExchangeSourceSummaryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// 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