cz.proto.FileIOInputStatsOrBuilder 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 FileIOInputStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FileIOInputStats)
com.google.protobuf.MessageOrBuilder {
/**
*
* io request count
*
*
* uint64 read_count = 1;
* @return The readCount.
*/
long getReadCount();
/**
*
* io bytes
*
*
* uint64 read_bytes = 2;
* @return The readBytes.
*/
long getReadBytes();
/**
*
* io stream time, including benefit of prefetch
*
*
* uint64 time_elapsed_us = 3;
* @return The timeElapsedUs.
*/
long getTimeElapsedUs();
/**
* .cz.proto.PrefetchStats prefetch_stats = 4;
* @return Whether the prefetchStats field is set.
*/
boolean hasPrefetchStats();
/**
* .cz.proto.PrefetchStats prefetch_stats = 4;
* @return The prefetchStats.
*/
cz.proto.PrefetchStats getPrefetchStats();
/**
* .cz.proto.PrefetchStats prefetch_stats = 4;
*/
cz.proto.PrefetchStatsOrBuilder getPrefetchStatsOrBuilder();
/**
* .cz.proto.FileInputStreamStats input_stats = 5;
* @return Whether the inputStats field is set.
*/
boolean hasInputStats();
/**
* .cz.proto.FileInputStreamStats input_stats = 5;
* @return The inputStats.
*/
cz.proto.FileInputStreamStats getInputStats();
/**
* .cz.proto.FileInputStreamStats input_stats = 5;
*/
cz.proto.FileInputStreamStatsOrBuilder getInputStatsOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy