cz.proto.FileInputStreamStatsOrBuilder 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 FileInputStreamStatsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.FileInputStreamStats)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.FileSystemType file_system_type = 1;
* @return The enum numeric value on the wire for fileSystemType.
*/
int getFileSystemTypeValue();
/**
* .cz.proto.FileSystemType file_system_type = 1;
* @return The fileSystemType.
*/
cz.proto.FileSystem.FileSystemType getFileSystemType();
/**
* .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
* @return Whether the cacheFileInputStreamStats field is set.
*/
boolean hasCacheFileInputStreamStats();
/**
* .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
* @return The cacheFileInputStreamStats.
*/
cz.proto.CacheFileInputStreamStats getCacheFileInputStreamStats();
/**
* .cz.proto.CacheFileInputStreamStats cache_file_input_stream_stats = 4;
*/
cz.proto.CacheFileInputStreamStatsOrBuilder getCacheFileInputStreamStatsOrBuilder();
/**
* .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
* @return Whether the cosFileInputStreamStats field is set.
*/
boolean hasCosFileInputStreamStats();
/**
* .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
* @return The cosFileInputStreamStats.
*/
cz.proto.COSFileInputStreamStats getCosFileInputStreamStats();
/**
* .cz.proto.COSFileInputStreamStats cos_file_input_stream_stats = 5;
*/
cz.proto.COSFileInputStreamStatsOrBuilder getCosFileInputStreamStatsOrBuilder();
public cz.proto.FileInputStreamStats.FileInputStreamStatsCase getFileInputStreamStatsCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy