cz.proto.SpillStatsOrBuilder 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: operator.proto
package cz.proto;
public interface SpillStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.SpillStats)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 compressed_size = 1;
* @return The compressedSize.
*/
long getCompressedSize();
/**
* uint64 raw_size = 2;
* @return The rawSize.
*/
long getRawSize();
/**
*
* deprecated
*
*
* uint64 spill_count = 3;
* @return The spillCount.
*/
long getSpillCount();
/**
* uint64 row_count = 4;
* @return The rowCount.
*/
long getRowCount();
/**
* uint64 run_count = 5;
* @return The runCount.
*/
long getRunCount();
/**
* uint64 file_count = 6;
* @return The fileCount.
*/
long getFileCount();
/**
* .cz.proto.Timing write_timing = 7;
* @return Whether the writeTiming field is set.
*/
boolean hasWriteTiming();
/**
* .cz.proto.Timing write_timing = 7;
* @return The writeTiming.
*/
cz.proto.Timing getWriteTiming();
/**
* .cz.proto.Timing write_timing = 7;
*/
cz.proto.TimingOrBuilder getWriteTimingOrBuilder();
/**
* .cz.proto.Timing read_timing = 8;
* @return Whether the readTiming field is set.
*/
boolean hasReadTiming();
/**
* .cz.proto.Timing read_timing = 8;
* @return The readTiming.
*/
cz.proto.Timing getReadTiming();
/**
* .cz.proto.Timing read_timing = 8;
*/
cz.proto.TimingOrBuilder getReadTimingOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy