cz.proto.CompactionSplitFileOrBuilder 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: input_split.proto
package cz.proto;
public interface CompactionSplitFileOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.CompactionSplitFile)
com.google.protobuf.MessageOrBuilder {
/**
* string path = 1;
* @return The path.
*/
java.lang.String getPath();
/**
* string path = 1;
* @return The bytes for path.
*/
com.google.protobuf.ByteString
getPathBytes();
/**
* int64 offset = 2;
* @return The offset.
*/
long getOffset();
/**
* int64 size = 3;
* @return The size.
*/
long getSize();
/**
* int64 sliceId = 4;
* @return The sliceId.
*/
long getSliceId();
/**
* .cz.proto.VirtualValueInfo value_info = 5;
* @return Whether the valueInfo field is set.
*/
boolean hasValueInfo();
/**
* .cz.proto.VirtualValueInfo value_info = 5;
* @return The valueInfo.
*/
cz.proto.VirtualValueInfoOuterClass.VirtualValueInfo getValueInfo();
/**
* .cz.proto.VirtualValueInfo value_info = 5;
*/
cz.proto.VirtualValueInfoOuterClass.VirtualValueInfoOrBuilder getValueInfoOrBuilder();
/**
* repeated .cz.proto.CompactionSplitFile delta_files = 6;
*/
java.util.List
getDeltaFilesList();
/**
* repeated .cz.proto.CompactionSplitFile delta_files = 6;
*/
cz.proto.CompactionSplitFile getDeltaFiles(int index);
/**
* repeated .cz.proto.CompactionSplitFile delta_files = 6;
*/
int getDeltaFilesCount();
/**
* repeated .cz.proto.CompactionSplitFile delta_files = 6;
*/
java.util.List extends cz.proto.CompactionSplitFileOrBuilder>
getDeltaFilesOrBuilderList();
/**
* repeated .cz.proto.CompactionSplitFile delta_files = 6;
*/
cz.proto.CompactionSplitFileOrBuilder getDeltaFilesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy