cz.proto.FileInputStats 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;
/**
* Protobuf type {@code cz.proto.FileInputStats}
*/
public final class FileInputStats extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:cz.proto.FileInputStats)
FileInputStatsOrBuilder {
private static final long serialVersionUID = 0L;
// Use FileInputStats.newBuilder() to construct.
private FileInputStats(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FileInputStats() {
formatType_ = 0;
deltaFileStats_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new FileInputStats();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private FileInputStats(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
int rawValue = input.readEnum();
formatType_ = rawValue;
break;
}
case 18: {
cz.proto.FileRange.Builder subBuilder = null;
if (range_ != null) {
subBuilder = range_.toBuilder();
}
range_ = input.readMessage(cz.proto.FileRange.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(range_);
range_ = subBuilder.buildPartial();
}
break;
}
case 26: {
cz.proto.TextInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 3) {
subBuilder = ((cz.proto.TextInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.TextInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.TextInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 3;
break;
}
case 34: {
cz.proto.ParquetInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 4) {
subBuilder = ((cz.proto.ParquetInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.ParquetInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.ParquetInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 4;
break;
}
case 42: {
cz.proto.MemoryTableInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 5) {
subBuilder = ((cz.proto.MemoryTableInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.MemoryTableInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.MemoryTableInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 5;
break;
}
case 50: {
cz.proto.FileIOInputStats.Builder subBuilder = null;
if (ioStats_ != null) {
subBuilder = ioStats_.toBuilder();
}
ioStats_ = input.readMessage(cz.proto.FileIOInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(ioStats_);
ioStats_ = subBuilder.buildPartial();
}
break;
}
case 58: {
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
deltaFileStats_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
deltaFileStats_.add(
input.readMessage(cz.proto.DataInputStats.parser(), extensionRegistry));
break;
}
case 66: {
cz.proto.OrcInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 8) {
subBuilder = ((cz.proto.OrcInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.OrcInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.OrcInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 8;
break;
}
case 74: {
cz.proto.DummyInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 9) {
subBuilder = ((cz.proto.DummyInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.DummyInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.DummyInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 9;
break;
}
case 82: {
cz.proto.CSVInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 10) {
subBuilder = ((cz.proto.CSVInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.CSVInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.CSVInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 10;
break;
}
case 90: {
cz.proto.AvroInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 11) {
subBuilder = ((cz.proto.AvroInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.AvroInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.AvroInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 11;
break;
}
case 98: {
cz.proto.ArrowInputStats.Builder subBuilder = null;
if (fileFormatInputStatsCase_ == 12) {
subBuilder = ((cz.proto.ArrowInputStats) fileFormatInputStats_).toBuilder();
}
fileFormatInputStats_ =
input.readMessage(cz.proto.ArrowInputStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom((cz.proto.ArrowInputStats) fileFormatInputStats_);
fileFormatInputStats_ = subBuilder.buildPartial();
}
fileFormatInputStatsCase_ = 12;
break;
}
case 106: {
cz.proto.DeltaApplyStats.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) != 0)) {
subBuilder = deltaApplyStats_.toBuilder();
}
deltaApplyStats_ = input.readMessage(cz.proto.DeltaApplyStats.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(deltaApplyStats_);
deltaApplyStats_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) != 0)) {
deltaFileStats_ = java.util.Collections.unmodifiableList(deltaFileStats_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.OperatorProto.internal_static_cz_proto_FileInputStats_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.OperatorProto.internal_static_cz_proto_FileInputStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.FileInputStats.class, cz.proto.FileInputStats.Builder.class);
}
private int bitField0_;
private int fileFormatInputStatsCase_ = 0;
private java.lang.Object fileFormatInputStats_;
public enum FileFormatInputStatsCase
implements com.google.protobuf.Internal.EnumLite,
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
TEXT_INPUT_STATS(3),
PARQUET_INPUT_STATS(4),
MEMORY_INPUT_STATS(5),
ORC_INPUT_STATS(8),
DUMMY_INPUT_STATS(9),
CSV_INPUT_STATS(10),
AVRO_INPUT_STATS(11),
ARROW_INPUT_STATS(12),
FILEFORMATINPUTSTATS_NOT_SET(0);
private final int value;
private FileFormatInputStatsCase(int value) {
this.value = value;
}
/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static FileFormatInputStatsCase valueOf(int value) {
return forNumber(value);
}
public static FileFormatInputStatsCase forNumber(int value) {
switch (value) {
case 3: return TEXT_INPUT_STATS;
case 4: return PARQUET_INPUT_STATS;
case 5: return MEMORY_INPUT_STATS;
case 8: return ORC_INPUT_STATS;
case 9: return DUMMY_INPUT_STATS;
case 10: return CSV_INPUT_STATS;
case 11: return AVRO_INPUT_STATS;
case 12: return ARROW_INPUT_STATS;
case 0: return FILEFORMATINPUTSTATS_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
public FileFormatInputStatsCase
getFileFormatInputStatsCase() {
return FileFormatInputStatsCase.forNumber(
fileFormatInputStatsCase_);
}
public static final int FORMAT_TYPE_FIELD_NUMBER = 1;
private int formatType_;
/**
* .cz.proto.FileFormatType format_type = 1;
* @return The enum numeric value on the wire for formatType.
*/
@java.lang.Override public int getFormatTypeValue() {
return formatType_;
}
/**
* .cz.proto.FileFormatType format_type = 1;
* @return The formatType.
*/
@java.lang.Override public cz.proto.FileFormatTypeOuterClass.FileFormatType getFormatType() {
@SuppressWarnings("deprecation")
cz.proto.FileFormatTypeOuterClass.FileFormatType result = cz.proto.FileFormatTypeOuterClass.FileFormatType.valueOf(formatType_);
return result == null ? cz.proto.FileFormatTypeOuterClass.FileFormatType.UNRECOGNIZED : result;
}
public static final int RANGE_FIELD_NUMBER = 2;
private cz.proto.FileRange range_;
/**
* .cz.proto.FileRange range = 2;
* @return Whether the range field is set.
*/
@java.lang.Override
public boolean hasRange() {
return range_ != null;
}
/**
* .cz.proto.FileRange range = 2;
* @return The range.
*/
@java.lang.Override
public cz.proto.FileRange getRange() {
return range_ == null ? cz.proto.FileRange.getDefaultInstance() : range_;
}
/**
* .cz.proto.FileRange range = 2;
*/
@java.lang.Override
public cz.proto.FileRangeOrBuilder getRangeOrBuilder() {
return getRange();
}
public static final int TEXT_INPUT_STATS_FIELD_NUMBER = 3;
/**
* .cz.proto.TextInputStats text_input_stats = 3;
* @return Whether the textInputStats field is set.
*/
@java.lang.Override
public boolean hasTextInputStats() {
return fileFormatInputStatsCase_ == 3;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
* @return The textInputStats.
*/
@java.lang.Override
public cz.proto.TextInputStats getTextInputStats() {
if (fileFormatInputStatsCase_ == 3) {
return (cz.proto.TextInputStats) fileFormatInputStats_;
}
return cz.proto.TextInputStats.getDefaultInstance();
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
@java.lang.Override
public cz.proto.TextInputStatsOrBuilder getTextInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 3) {
return (cz.proto.TextInputStats) fileFormatInputStats_;
}
return cz.proto.TextInputStats.getDefaultInstance();
}
public static final int PARQUET_INPUT_STATS_FIELD_NUMBER = 4;
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
* @return Whether the parquetInputStats field is set.
*/
@java.lang.Override
public boolean hasParquetInputStats() {
return fileFormatInputStatsCase_ == 4;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
* @return The parquetInputStats.
*/
@java.lang.Override
public cz.proto.ParquetInputStats getParquetInputStats() {
if (fileFormatInputStatsCase_ == 4) {
return (cz.proto.ParquetInputStats) fileFormatInputStats_;
}
return cz.proto.ParquetInputStats.getDefaultInstance();
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
@java.lang.Override
public cz.proto.ParquetInputStatsOrBuilder getParquetInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 4) {
return (cz.proto.ParquetInputStats) fileFormatInputStats_;
}
return cz.proto.ParquetInputStats.getDefaultInstance();
}
public static final int MEMORY_INPUT_STATS_FIELD_NUMBER = 5;
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
* @return Whether the memoryInputStats field is set.
*/
@java.lang.Override
public boolean hasMemoryInputStats() {
return fileFormatInputStatsCase_ == 5;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
* @return The memoryInputStats.
*/
@java.lang.Override
public cz.proto.MemoryTableInputStats getMemoryInputStats() {
if (fileFormatInputStatsCase_ == 5) {
return (cz.proto.MemoryTableInputStats) fileFormatInputStats_;
}
return cz.proto.MemoryTableInputStats.getDefaultInstance();
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
@java.lang.Override
public cz.proto.MemoryTableInputStatsOrBuilder getMemoryInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 5) {
return (cz.proto.MemoryTableInputStats) fileFormatInputStats_;
}
return cz.proto.MemoryTableInputStats.getDefaultInstance();
}
public static final int ORC_INPUT_STATS_FIELD_NUMBER = 8;
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
* @return Whether the orcInputStats field is set.
*/
@java.lang.Override
public boolean hasOrcInputStats() {
return fileFormatInputStatsCase_ == 8;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
* @return The orcInputStats.
*/
@java.lang.Override
public cz.proto.OrcInputStats getOrcInputStats() {
if (fileFormatInputStatsCase_ == 8) {
return (cz.proto.OrcInputStats) fileFormatInputStats_;
}
return cz.proto.OrcInputStats.getDefaultInstance();
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
@java.lang.Override
public cz.proto.OrcInputStatsOrBuilder getOrcInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 8) {
return (cz.proto.OrcInputStats) fileFormatInputStats_;
}
return cz.proto.OrcInputStats.getDefaultInstance();
}
public static final int DUMMY_INPUT_STATS_FIELD_NUMBER = 9;
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
* @return Whether the dummyInputStats field is set.
*/
@java.lang.Override
public boolean hasDummyInputStats() {
return fileFormatInputStatsCase_ == 9;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
* @return The dummyInputStats.
*/
@java.lang.Override
public cz.proto.DummyInputStats getDummyInputStats() {
if (fileFormatInputStatsCase_ == 9) {
return (cz.proto.DummyInputStats) fileFormatInputStats_;
}
return cz.proto.DummyInputStats.getDefaultInstance();
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
@java.lang.Override
public cz.proto.DummyInputStatsOrBuilder getDummyInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 9) {
return (cz.proto.DummyInputStats) fileFormatInputStats_;
}
return cz.proto.DummyInputStats.getDefaultInstance();
}
public static final int CSV_INPUT_STATS_FIELD_NUMBER = 10;
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
* @return Whether the csvInputStats field is set.
*/
@java.lang.Override
public boolean hasCsvInputStats() {
return fileFormatInputStatsCase_ == 10;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
* @return The csvInputStats.
*/
@java.lang.Override
public cz.proto.CSVInputStats getCsvInputStats() {
if (fileFormatInputStatsCase_ == 10) {
return (cz.proto.CSVInputStats) fileFormatInputStats_;
}
return cz.proto.CSVInputStats.getDefaultInstance();
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
@java.lang.Override
public cz.proto.CSVInputStatsOrBuilder getCsvInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 10) {
return (cz.proto.CSVInputStats) fileFormatInputStats_;
}
return cz.proto.CSVInputStats.getDefaultInstance();
}
public static final int AVRO_INPUT_STATS_FIELD_NUMBER = 11;
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
* @return Whether the avroInputStats field is set.
*/
@java.lang.Override
public boolean hasAvroInputStats() {
return fileFormatInputStatsCase_ == 11;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
* @return The avroInputStats.
*/
@java.lang.Override
public cz.proto.AvroInputStats getAvroInputStats() {
if (fileFormatInputStatsCase_ == 11) {
return (cz.proto.AvroInputStats) fileFormatInputStats_;
}
return cz.proto.AvroInputStats.getDefaultInstance();
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
@java.lang.Override
public cz.proto.AvroInputStatsOrBuilder getAvroInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 11) {
return (cz.proto.AvroInputStats) fileFormatInputStats_;
}
return cz.proto.AvroInputStats.getDefaultInstance();
}
public static final int ARROW_INPUT_STATS_FIELD_NUMBER = 12;
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
* @return Whether the arrowInputStats field is set.
*/
@java.lang.Override
public boolean hasArrowInputStats() {
return fileFormatInputStatsCase_ == 12;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
* @return The arrowInputStats.
*/
@java.lang.Override
public cz.proto.ArrowInputStats getArrowInputStats() {
if (fileFormatInputStatsCase_ == 12) {
return (cz.proto.ArrowInputStats) fileFormatInputStats_;
}
return cz.proto.ArrowInputStats.getDefaultInstance();
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
@java.lang.Override
public cz.proto.ArrowInputStatsOrBuilder getArrowInputStatsOrBuilder() {
if (fileFormatInputStatsCase_ == 12) {
return (cz.proto.ArrowInputStats) fileFormatInputStats_;
}
return cz.proto.ArrowInputStats.getDefaultInstance();
}
public static final int IO_STATS_FIELD_NUMBER = 6;
private cz.proto.FileIOInputStats ioStats_;
/**
* .cz.proto.FileIOInputStats io_stats = 6;
* @return Whether the ioStats field is set.
*/
@java.lang.Override
public boolean hasIoStats() {
return ioStats_ != null;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
* @return The ioStats.
*/
@java.lang.Override
public cz.proto.FileIOInputStats getIoStats() {
return ioStats_ == null ? cz.proto.FileIOInputStats.getDefaultInstance() : ioStats_;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
@java.lang.Override
public cz.proto.FileIOInputStatsOrBuilder getIoStatsOrBuilder() {
return getIoStats();
}
public static final int DELTA_FILE_STATS_FIELD_NUMBER = 7;
private java.util.List deltaFileStats_;
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
@java.lang.Override
public java.util.List getDeltaFileStatsList() {
return deltaFileStats_;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
@java.lang.Override
public java.util.List extends cz.proto.DataInputStatsOrBuilder>
getDeltaFileStatsOrBuilderList() {
return deltaFileStats_;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
@java.lang.Override
public int getDeltaFileStatsCount() {
return deltaFileStats_.size();
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
@java.lang.Override
public cz.proto.DataInputStats getDeltaFileStats(int index) {
return deltaFileStats_.get(index);
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
@java.lang.Override
public cz.proto.DataInputStatsOrBuilder getDeltaFileStatsOrBuilder(
int index) {
return deltaFileStats_.get(index);
}
public static final int DELTA_APPLY_STATS_FIELD_NUMBER = 13;
private cz.proto.DeltaApplyStats deltaApplyStats_;
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
* @return Whether the deltaApplyStats field is set.
*/
@java.lang.Override
public boolean hasDeltaApplyStats() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
* @return The deltaApplyStats.
*/
@java.lang.Override
public cz.proto.DeltaApplyStats getDeltaApplyStats() {
return deltaApplyStats_ == null ? cz.proto.DeltaApplyStats.getDefaultInstance() : deltaApplyStats_;
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
@java.lang.Override
public cz.proto.DeltaApplyStatsOrBuilder getDeltaApplyStatsOrBuilder() {
return deltaApplyStats_ == null ? cz.proto.DeltaApplyStats.getDefaultInstance() : deltaApplyStats_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (formatType_ != cz.proto.FileFormatTypeOuterClass.FileFormatType.TEXT.getNumber()) {
output.writeEnum(1, formatType_);
}
if (range_ != null) {
output.writeMessage(2, getRange());
}
if (fileFormatInputStatsCase_ == 3) {
output.writeMessage(3, (cz.proto.TextInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 4) {
output.writeMessage(4, (cz.proto.ParquetInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 5) {
output.writeMessage(5, (cz.proto.MemoryTableInputStats) fileFormatInputStats_);
}
if (ioStats_ != null) {
output.writeMessage(6, getIoStats());
}
for (int i = 0; i < deltaFileStats_.size(); i++) {
output.writeMessage(7, deltaFileStats_.get(i));
}
if (fileFormatInputStatsCase_ == 8) {
output.writeMessage(8, (cz.proto.OrcInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 9) {
output.writeMessage(9, (cz.proto.DummyInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 10) {
output.writeMessage(10, (cz.proto.CSVInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 11) {
output.writeMessage(11, (cz.proto.AvroInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 12) {
output.writeMessage(12, (cz.proto.ArrowInputStats) fileFormatInputStats_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(13, getDeltaApplyStats());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (formatType_ != cz.proto.FileFormatTypeOuterClass.FileFormatType.TEXT.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(1, formatType_);
}
if (range_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getRange());
}
if (fileFormatInputStatsCase_ == 3) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, (cz.proto.TextInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 4) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, (cz.proto.ParquetInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 5) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, (cz.proto.MemoryTableInputStats) fileFormatInputStats_);
}
if (ioStats_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, getIoStats());
}
for (int i = 0; i < deltaFileStats_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(7, deltaFileStats_.get(i));
}
if (fileFormatInputStatsCase_ == 8) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(8, (cz.proto.OrcInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 9) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(9, (cz.proto.DummyInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 10) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, (cz.proto.CSVInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 11) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(11, (cz.proto.AvroInputStats) fileFormatInputStats_);
}
if (fileFormatInputStatsCase_ == 12) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, (cz.proto.ArrowInputStats) fileFormatInputStats_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(13, getDeltaApplyStats());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof cz.proto.FileInputStats)) {
return super.equals(obj);
}
cz.proto.FileInputStats other = (cz.proto.FileInputStats) obj;
if (formatType_ != other.formatType_) return false;
if (hasRange() != other.hasRange()) return false;
if (hasRange()) {
if (!getRange()
.equals(other.getRange())) return false;
}
if (hasIoStats() != other.hasIoStats()) return false;
if (hasIoStats()) {
if (!getIoStats()
.equals(other.getIoStats())) return false;
}
if (!getDeltaFileStatsList()
.equals(other.getDeltaFileStatsList())) return false;
if (hasDeltaApplyStats() != other.hasDeltaApplyStats()) return false;
if (hasDeltaApplyStats()) {
if (!getDeltaApplyStats()
.equals(other.getDeltaApplyStats())) return false;
}
if (!getFileFormatInputStatsCase().equals(other.getFileFormatInputStatsCase())) return false;
switch (fileFormatInputStatsCase_) {
case 3:
if (!getTextInputStats()
.equals(other.getTextInputStats())) return false;
break;
case 4:
if (!getParquetInputStats()
.equals(other.getParquetInputStats())) return false;
break;
case 5:
if (!getMemoryInputStats()
.equals(other.getMemoryInputStats())) return false;
break;
case 8:
if (!getOrcInputStats()
.equals(other.getOrcInputStats())) return false;
break;
case 9:
if (!getDummyInputStats()
.equals(other.getDummyInputStats())) return false;
break;
case 10:
if (!getCsvInputStats()
.equals(other.getCsvInputStats())) return false;
break;
case 11:
if (!getAvroInputStats()
.equals(other.getAvroInputStats())) return false;
break;
case 12:
if (!getArrowInputStats()
.equals(other.getArrowInputStats())) return false;
break;
case 0:
default:
}
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + FORMAT_TYPE_FIELD_NUMBER;
hash = (53 * hash) + formatType_;
if (hasRange()) {
hash = (37 * hash) + RANGE_FIELD_NUMBER;
hash = (53 * hash) + getRange().hashCode();
}
if (hasIoStats()) {
hash = (37 * hash) + IO_STATS_FIELD_NUMBER;
hash = (53 * hash) + getIoStats().hashCode();
}
if (getDeltaFileStatsCount() > 0) {
hash = (37 * hash) + DELTA_FILE_STATS_FIELD_NUMBER;
hash = (53 * hash) + getDeltaFileStatsList().hashCode();
}
if (hasDeltaApplyStats()) {
hash = (37 * hash) + DELTA_APPLY_STATS_FIELD_NUMBER;
hash = (53 * hash) + getDeltaApplyStats().hashCode();
}
switch (fileFormatInputStatsCase_) {
case 3:
hash = (37 * hash) + TEXT_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getTextInputStats().hashCode();
break;
case 4:
hash = (37 * hash) + PARQUET_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getParquetInputStats().hashCode();
break;
case 5:
hash = (37 * hash) + MEMORY_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getMemoryInputStats().hashCode();
break;
case 8:
hash = (37 * hash) + ORC_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getOrcInputStats().hashCode();
break;
case 9:
hash = (37 * hash) + DUMMY_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getDummyInputStats().hashCode();
break;
case 10:
hash = (37 * hash) + CSV_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getCsvInputStats().hashCode();
break;
case 11:
hash = (37 * hash) + AVRO_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getAvroInputStats().hashCode();
break;
case 12:
hash = (37 * hash) + ARROW_INPUT_STATS_FIELD_NUMBER;
hash = (53 * hash) + getArrowInputStats().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static cz.proto.FileInputStats parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.FileInputStats parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.FileInputStats parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.FileInputStats parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.FileInputStats parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static cz.proto.FileInputStats parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static cz.proto.FileInputStats parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.FileInputStats parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static cz.proto.FileInputStats parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static cz.proto.FileInputStats parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static cz.proto.FileInputStats parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static cz.proto.FileInputStats parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(cz.proto.FileInputStats prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code cz.proto.FileInputStats}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:cz.proto.FileInputStats)
cz.proto.FileInputStatsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return cz.proto.OperatorProto.internal_static_cz_proto_FileInputStats_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return cz.proto.OperatorProto.internal_static_cz_proto_FileInputStats_fieldAccessorTable
.ensureFieldAccessorsInitialized(
cz.proto.FileInputStats.class, cz.proto.FileInputStats.Builder.class);
}
// Construct using cz.proto.FileInputStats.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getDeltaFileStatsFieldBuilder();
getDeltaApplyStatsFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
formatType_ = 0;
if (rangeBuilder_ == null) {
range_ = null;
} else {
range_ = null;
rangeBuilder_ = null;
}
if (ioStatsBuilder_ == null) {
ioStats_ = null;
} else {
ioStats_ = null;
ioStatsBuilder_ = null;
}
if (deltaFileStatsBuilder_ == null) {
deltaFileStats_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
deltaFileStatsBuilder_.clear();
}
if (deltaApplyStatsBuilder_ == null) {
deltaApplyStats_ = null;
} else {
deltaApplyStatsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return cz.proto.OperatorProto.internal_static_cz_proto_FileInputStats_descriptor;
}
@java.lang.Override
public cz.proto.FileInputStats getDefaultInstanceForType() {
return cz.proto.FileInputStats.getDefaultInstance();
}
@java.lang.Override
public cz.proto.FileInputStats build() {
cz.proto.FileInputStats result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public cz.proto.FileInputStats buildPartial() {
cz.proto.FileInputStats result = new cz.proto.FileInputStats(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.formatType_ = formatType_;
if (rangeBuilder_ == null) {
result.range_ = range_;
} else {
result.range_ = rangeBuilder_.build();
}
if (fileFormatInputStatsCase_ == 3) {
if (textInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = textInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 4) {
if (parquetInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = parquetInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 5) {
if (memoryInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = memoryInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 8) {
if (orcInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = orcInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 9) {
if (dummyInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = dummyInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 10) {
if (csvInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = csvInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 11) {
if (avroInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = avroInputStatsBuilder_.build();
}
}
if (fileFormatInputStatsCase_ == 12) {
if (arrowInputStatsBuilder_ == null) {
result.fileFormatInputStats_ = fileFormatInputStats_;
} else {
result.fileFormatInputStats_ = arrowInputStatsBuilder_.build();
}
}
if (ioStatsBuilder_ == null) {
result.ioStats_ = ioStats_;
} else {
result.ioStats_ = ioStatsBuilder_.build();
}
if (deltaFileStatsBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
deltaFileStats_ = java.util.Collections.unmodifiableList(deltaFileStats_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.deltaFileStats_ = deltaFileStats_;
} else {
result.deltaFileStats_ = deltaFileStatsBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) != 0)) {
if (deltaApplyStatsBuilder_ == null) {
result.deltaApplyStats_ = deltaApplyStats_;
} else {
result.deltaApplyStats_ = deltaApplyStatsBuilder_.build();
}
to_bitField0_ |= 0x00000001;
}
result.bitField0_ = to_bitField0_;
result.fileFormatInputStatsCase_ = fileFormatInputStatsCase_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof cz.proto.FileInputStats) {
return mergeFrom((cz.proto.FileInputStats)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(cz.proto.FileInputStats other) {
if (other == cz.proto.FileInputStats.getDefaultInstance()) return this;
if (other.formatType_ != 0) {
setFormatTypeValue(other.getFormatTypeValue());
}
if (other.hasRange()) {
mergeRange(other.getRange());
}
if (other.hasIoStats()) {
mergeIoStats(other.getIoStats());
}
if (deltaFileStatsBuilder_ == null) {
if (!other.deltaFileStats_.isEmpty()) {
if (deltaFileStats_.isEmpty()) {
deltaFileStats_ = other.deltaFileStats_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureDeltaFileStatsIsMutable();
deltaFileStats_.addAll(other.deltaFileStats_);
}
onChanged();
}
} else {
if (!other.deltaFileStats_.isEmpty()) {
if (deltaFileStatsBuilder_.isEmpty()) {
deltaFileStatsBuilder_.dispose();
deltaFileStatsBuilder_ = null;
deltaFileStats_ = other.deltaFileStats_;
bitField0_ = (bitField0_ & ~0x00000001);
deltaFileStatsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getDeltaFileStatsFieldBuilder() : null;
} else {
deltaFileStatsBuilder_.addAllMessages(other.deltaFileStats_);
}
}
}
if (other.hasDeltaApplyStats()) {
mergeDeltaApplyStats(other.getDeltaApplyStats());
}
switch (other.getFileFormatInputStatsCase()) {
case TEXT_INPUT_STATS: {
mergeTextInputStats(other.getTextInputStats());
break;
}
case PARQUET_INPUT_STATS: {
mergeParquetInputStats(other.getParquetInputStats());
break;
}
case MEMORY_INPUT_STATS: {
mergeMemoryInputStats(other.getMemoryInputStats());
break;
}
case ORC_INPUT_STATS: {
mergeOrcInputStats(other.getOrcInputStats());
break;
}
case DUMMY_INPUT_STATS: {
mergeDummyInputStats(other.getDummyInputStats());
break;
}
case CSV_INPUT_STATS: {
mergeCsvInputStats(other.getCsvInputStats());
break;
}
case AVRO_INPUT_STATS: {
mergeAvroInputStats(other.getAvroInputStats());
break;
}
case ARROW_INPUT_STATS: {
mergeArrowInputStats(other.getArrowInputStats());
break;
}
case FILEFORMATINPUTSTATS_NOT_SET: {
break;
}
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
cz.proto.FileInputStats parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (cz.proto.FileInputStats) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int fileFormatInputStatsCase_ = 0;
private java.lang.Object fileFormatInputStats_;
public FileFormatInputStatsCase
getFileFormatInputStatsCase() {
return FileFormatInputStatsCase.forNumber(
fileFormatInputStatsCase_);
}
public Builder clearFileFormatInputStats() {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
return this;
}
private int bitField0_;
private int formatType_ = 0;
/**
* .cz.proto.FileFormatType format_type = 1;
* @return The enum numeric value on the wire for formatType.
*/
@java.lang.Override public int getFormatTypeValue() {
return formatType_;
}
/**
* .cz.proto.FileFormatType format_type = 1;
* @param value The enum numeric value on the wire for formatType to set.
* @return This builder for chaining.
*/
public Builder setFormatTypeValue(int value) {
formatType_ = value;
onChanged();
return this;
}
/**
* .cz.proto.FileFormatType format_type = 1;
* @return The formatType.
*/
@java.lang.Override
public cz.proto.FileFormatTypeOuterClass.FileFormatType getFormatType() {
@SuppressWarnings("deprecation")
cz.proto.FileFormatTypeOuterClass.FileFormatType result = cz.proto.FileFormatTypeOuterClass.FileFormatType.valueOf(formatType_);
return result == null ? cz.proto.FileFormatTypeOuterClass.FileFormatType.UNRECOGNIZED : result;
}
/**
* .cz.proto.FileFormatType format_type = 1;
* @param value The formatType to set.
* @return This builder for chaining.
*/
public Builder setFormatType(cz.proto.FileFormatTypeOuterClass.FileFormatType value) {
if (value == null) {
throw new NullPointerException();
}
formatType_ = value.getNumber();
onChanged();
return this;
}
/**
* .cz.proto.FileFormatType format_type = 1;
* @return This builder for chaining.
*/
public Builder clearFormatType() {
formatType_ = 0;
onChanged();
return this;
}
private cz.proto.FileRange range_;
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileRange, cz.proto.FileRange.Builder, cz.proto.FileRangeOrBuilder> rangeBuilder_;
/**
* .cz.proto.FileRange range = 2;
* @return Whether the range field is set.
*/
public boolean hasRange() {
return rangeBuilder_ != null || range_ != null;
}
/**
* .cz.proto.FileRange range = 2;
* @return The range.
*/
public cz.proto.FileRange getRange() {
if (rangeBuilder_ == null) {
return range_ == null ? cz.proto.FileRange.getDefaultInstance() : range_;
} else {
return rangeBuilder_.getMessage();
}
}
/**
* .cz.proto.FileRange range = 2;
*/
public Builder setRange(cz.proto.FileRange value) {
if (rangeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
range_ = value;
onChanged();
} else {
rangeBuilder_.setMessage(value);
}
return this;
}
/**
* .cz.proto.FileRange range = 2;
*/
public Builder setRange(
cz.proto.FileRange.Builder builderForValue) {
if (rangeBuilder_ == null) {
range_ = builderForValue.build();
onChanged();
} else {
rangeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .cz.proto.FileRange range = 2;
*/
public Builder mergeRange(cz.proto.FileRange value) {
if (rangeBuilder_ == null) {
if (range_ != null) {
range_ =
cz.proto.FileRange.newBuilder(range_).mergeFrom(value).buildPartial();
} else {
range_ = value;
}
onChanged();
} else {
rangeBuilder_.mergeFrom(value);
}
return this;
}
/**
* .cz.proto.FileRange range = 2;
*/
public Builder clearRange() {
if (rangeBuilder_ == null) {
range_ = null;
onChanged();
} else {
range_ = null;
rangeBuilder_ = null;
}
return this;
}
/**
* .cz.proto.FileRange range = 2;
*/
public cz.proto.FileRange.Builder getRangeBuilder() {
onChanged();
return getRangeFieldBuilder().getBuilder();
}
/**
* .cz.proto.FileRange range = 2;
*/
public cz.proto.FileRangeOrBuilder getRangeOrBuilder() {
if (rangeBuilder_ != null) {
return rangeBuilder_.getMessageOrBuilder();
} else {
return range_ == null ?
cz.proto.FileRange.getDefaultInstance() : range_;
}
}
/**
* .cz.proto.FileRange range = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileRange, cz.proto.FileRange.Builder, cz.proto.FileRangeOrBuilder>
getRangeFieldBuilder() {
if (rangeBuilder_ == null) {
rangeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileRange, cz.proto.FileRange.Builder, cz.proto.FileRangeOrBuilder>(
getRange(),
getParentForChildren(),
isClean());
range_ = null;
}
return rangeBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.TextInputStats, cz.proto.TextInputStats.Builder, cz.proto.TextInputStatsOrBuilder> textInputStatsBuilder_;
/**
* .cz.proto.TextInputStats text_input_stats = 3;
* @return Whether the textInputStats field is set.
*/
@java.lang.Override
public boolean hasTextInputStats() {
return fileFormatInputStatsCase_ == 3;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
* @return The textInputStats.
*/
@java.lang.Override
public cz.proto.TextInputStats getTextInputStats() {
if (textInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 3) {
return (cz.proto.TextInputStats) fileFormatInputStats_;
}
return cz.proto.TextInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 3) {
return textInputStatsBuilder_.getMessage();
}
return cz.proto.TextInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
public Builder setTextInputStats(cz.proto.TextInputStats value) {
if (textInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
textInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 3;
return this;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
public Builder setTextInputStats(
cz.proto.TextInputStats.Builder builderForValue) {
if (textInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
textInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 3;
return this;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
public Builder mergeTextInputStats(cz.proto.TextInputStats value) {
if (textInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 3 &&
fileFormatInputStats_ != cz.proto.TextInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.TextInputStats.newBuilder((cz.proto.TextInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 3) {
textInputStatsBuilder_.mergeFrom(value);
}
textInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 3;
return this;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
public Builder clearTextInputStats() {
if (textInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 3) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 3) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
textInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
public cz.proto.TextInputStats.Builder getTextInputStatsBuilder() {
return getTextInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
@java.lang.Override
public cz.proto.TextInputStatsOrBuilder getTextInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 3) && (textInputStatsBuilder_ != null)) {
return textInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 3) {
return (cz.proto.TextInputStats) fileFormatInputStats_;
}
return cz.proto.TextInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.TextInputStats text_input_stats = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.TextInputStats, cz.proto.TextInputStats.Builder, cz.proto.TextInputStatsOrBuilder>
getTextInputStatsFieldBuilder() {
if (textInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 3)) {
fileFormatInputStats_ = cz.proto.TextInputStats.getDefaultInstance();
}
textInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.TextInputStats, cz.proto.TextInputStats.Builder, cz.proto.TextInputStatsOrBuilder>(
(cz.proto.TextInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 3;
onChanged();;
return textInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ParquetInputStats, cz.proto.ParquetInputStats.Builder, cz.proto.ParquetInputStatsOrBuilder> parquetInputStatsBuilder_;
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
* @return Whether the parquetInputStats field is set.
*/
@java.lang.Override
public boolean hasParquetInputStats() {
return fileFormatInputStatsCase_ == 4;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
* @return The parquetInputStats.
*/
@java.lang.Override
public cz.proto.ParquetInputStats getParquetInputStats() {
if (parquetInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 4) {
return (cz.proto.ParquetInputStats) fileFormatInputStats_;
}
return cz.proto.ParquetInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 4) {
return parquetInputStatsBuilder_.getMessage();
}
return cz.proto.ParquetInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
public Builder setParquetInputStats(cz.proto.ParquetInputStats value) {
if (parquetInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
parquetInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 4;
return this;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
public Builder setParquetInputStats(
cz.proto.ParquetInputStats.Builder builderForValue) {
if (parquetInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
parquetInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 4;
return this;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
public Builder mergeParquetInputStats(cz.proto.ParquetInputStats value) {
if (parquetInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 4 &&
fileFormatInputStats_ != cz.proto.ParquetInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.ParquetInputStats.newBuilder((cz.proto.ParquetInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 4) {
parquetInputStatsBuilder_.mergeFrom(value);
}
parquetInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 4;
return this;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
public Builder clearParquetInputStats() {
if (parquetInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 4) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 4) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
parquetInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
public cz.proto.ParquetInputStats.Builder getParquetInputStatsBuilder() {
return getParquetInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
@java.lang.Override
public cz.proto.ParquetInputStatsOrBuilder getParquetInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 4) && (parquetInputStatsBuilder_ != null)) {
return parquetInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 4) {
return (cz.proto.ParquetInputStats) fileFormatInputStats_;
}
return cz.proto.ParquetInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.ParquetInputStats parquet_input_stats = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ParquetInputStats, cz.proto.ParquetInputStats.Builder, cz.proto.ParquetInputStatsOrBuilder>
getParquetInputStatsFieldBuilder() {
if (parquetInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 4)) {
fileFormatInputStats_ = cz.proto.ParquetInputStats.getDefaultInstance();
}
parquetInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ParquetInputStats, cz.proto.ParquetInputStats.Builder, cz.proto.ParquetInputStatsOrBuilder>(
(cz.proto.ParquetInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 4;
onChanged();;
return parquetInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.MemoryTableInputStats, cz.proto.MemoryTableInputStats.Builder, cz.proto.MemoryTableInputStatsOrBuilder> memoryInputStatsBuilder_;
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
* @return Whether the memoryInputStats field is set.
*/
@java.lang.Override
public boolean hasMemoryInputStats() {
return fileFormatInputStatsCase_ == 5;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
* @return The memoryInputStats.
*/
@java.lang.Override
public cz.proto.MemoryTableInputStats getMemoryInputStats() {
if (memoryInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 5) {
return (cz.proto.MemoryTableInputStats) fileFormatInputStats_;
}
return cz.proto.MemoryTableInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 5) {
return memoryInputStatsBuilder_.getMessage();
}
return cz.proto.MemoryTableInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
public Builder setMemoryInputStats(cz.proto.MemoryTableInputStats value) {
if (memoryInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
memoryInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 5;
return this;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
public Builder setMemoryInputStats(
cz.proto.MemoryTableInputStats.Builder builderForValue) {
if (memoryInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
memoryInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 5;
return this;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
public Builder mergeMemoryInputStats(cz.proto.MemoryTableInputStats value) {
if (memoryInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 5 &&
fileFormatInputStats_ != cz.proto.MemoryTableInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.MemoryTableInputStats.newBuilder((cz.proto.MemoryTableInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 5) {
memoryInputStatsBuilder_.mergeFrom(value);
}
memoryInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 5;
return this;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
public Builder clearMemoryInputStats() {
if (memoryInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 5) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 5) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
memoryInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
public cz.proto.MemoryTableInputStats.Builder getMemoryInputStatsBuilder() {
return getMemoryInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
@java.lang.Override
public cz.proto.MemoryTableInputStatsOrBuilder getMemoryInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 5) && (memoryInputStatsBuilder_ != null)) {
return memoryInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 5) {
return (cz.proto.MemoryTableInputStats) fileFormatInputStats_;
}
return cz.proto.MemoryTableInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.MemoryTableInputStats memory_input_stats = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.MemoryTableInputStats, cz.proto.MemoryTableInputStats.Builder, cz.proto.MemoryTableInputStatsOrBuilder>
getMemoryInputStatsFieldBuilder() {
if (memoryInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 5)) {
fileFormatInputStats_ = cz.proto.MemoryTableInputStats.getDefaultInstance();
}
memoryInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.MemoryTableInputStats, cz.proto.MemoryTableInputStats.Builder, cz.proto.MemoryTableInputStatsOrBuilder>(
(cz.proto.MemoryTableInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 5;
onChanged();;
return memoryInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.OrcInputStats, cz.proto.OrcInputStats.Builder, cz.proto.OrcInputStatsOrBuilder> orcInputStatsBuilder_;
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
* @return Whether the orcInputStats field is set.
*/
@java.lang.Override
public boolean hasOrcInputStats() {
return fileFormatInputStatsCase_ == 8;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
* @return The orcInputStats.
*/
@java.lang.Override
public cz.proto.OrcInputStats getOrcInputStats() {
if (orcInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 8) {
return (cz.proto.OrcInputStats) fileFormatInputStats_;
}
return cz.proto.OrcInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 8) {
return orcInputStatsBuilder_.getMessage();
}
return cz.proto.OrcInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
public Builder setOrcInputStats(cz.proto.OrcInputStats value) {
if (orcInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
orcInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 8;
return this;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
public Builder setOrcInputStats(
cz.proto.OrcInputStats.Builder builderForValue) {
if (orcInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
orcInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 8;
return this;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
public Builder mergeOrcInputStats(cz.proto.OrcInputStats value) {
if (orcInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 8 &&
fileFormatInputStats_ != cz.proto.OrcInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.OrcInputStats.newBuilder((cz.proto.OrcInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 8) {
orcInputStatsBuilder_.mergeFrom(value);
}
orcInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 8;
return this;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
public Builder clearOrcInputStats() {
if (orcInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 8) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 8) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
orcInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
public cz.proto.OrcInputStats.Builder getOrcInputStatsBuilder() {
return getOrcInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
@java.lang.Override
public cz.proto.OrcInputStatsOrBuilder getOrcInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 8) && (orcInputStatsBuilder_ != null)) {
return orcInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 8) {
return (cz.proto.OrcInputStats) fileFormatInputStats_;
}
return cz.proto.OrcInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.OrcInputStats orc_input_stats = 8;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.OrcInputStats, cz.proto.OrcInputStats.Builder, cz.proto.OrcInputStatsOrBuilder>
getOrcInputStatsFieldBuilder() {
if (orcInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 8)) {
fileFormatInputStats_ = cz.proto.OrcInputStats.getDefaultInstance();
}
orcInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.OrcInputStats, cz.proto.OrcInputStats.Builder, cz.proto.OrcInputStatsOrBuilder>(
(cz.proto.OrcInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 8;
onChanged();;
return orcInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DummyInputStats, cz.proto.DummyInputStats.Builder, cz.proto.DummyInputStatsOrBuilder> dummyInputStatsBuilder_;
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
* @return Whether the dummyInputStats field is set.
*/
@java.lang.Override
public boolean hasDummyInputStats() {
return fileFormatInputStatsCase_ == 9;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
* @return The dummyInputStats.
*/
@java.lang.Override
public cz.proto.DummyInputStats getDummyInputStats() {
if (dummyInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 9) {
return (cz.proto.DummyInputStats) fileFormatInputStats_;
}
return cz.proto.DummyInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 9) {
return dummyInputStatsBuilder_.getMessage();
}
return cz.proto.DummyInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
public Builder setDummyInputStats(cz.proto.DummyInputStats value) {
if (dummyInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
dummyInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 9;
return this;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
public Builder setDummyInputStats(
cz.proto.DummyInputStats.Builder builderForValue) {
if (dummyInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
dummyInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 9;
return this;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
public Builder mergeDummyInputStats(cz.proto.DummyInputStats value) {
if (dummyInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 9 &&
fileFormatInputStats_ != cz.proto.DummyInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.DummyInputStats.newBuilder((cz.proto.DummyInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 9) {
dummyInputStatsBuilder_.mergeFrom(value);
}
dummyInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 9;
return this;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
public Builder clearDummyInputStats() {
if (dummyInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 9) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 9) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
dummyInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
public cz.proto.DummyInputStats.Builder getDummyInputStatsBuilder() {
return getDummyInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
@java.lang.Override
public cz.proto.DummyInputStatsOrBuilder getDummyInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 9) && (dummyInputStatsBuilder_ != null)) {
return dummyInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 9) {
return (cz.proto.DummyInputStats) fileFormatInputStats_;
}
return cz.proto.DummyInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.DummyInputStats dummy_input_stats = 9;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DummyInputStats, cz.proto.DummyInputStats.Builder, cz.proto.DummyInputStatsOrBuilder>
getDummyInputStatsFieldBuilder() {
if (dummyInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 9)) {
fileFormatInputStats_ = cz.proto.DummyInputStats.getDefaultInstance();
}
dummyInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DummyInputStats, cz.proto.DummyInputStats.Builder, cz.proto.DummyInputStatsOrBuilder>(
(cz.proto.DummyInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 9;
onChanged();;
return dummyInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.CSVInputStats, cz.proto.CSVInputStats.Builder, cz.proto.CSVInputStatsOrBuilder> csvInputStatsBuilder_;
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
* @return Whether the csvInputStats field is set.
*/
@java.lang.Override
public boolean hasCsvInputStats() {
return fileFormatInputStatsCase_ == 10;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
* @return The csvInputStats.
*/
@java.lang.Override
public cz.proto.CSVInputStats getCsvInputStats() {
if (csvInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 10) {
return (cz.proto.CSVInputStats) fileFormatInputStats_;
}
return cz.proto.CSVInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 10) {
return csvInputStatsBuilder_.getMessage();
}
return cz.proto.CSVInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
public Builder setCsvInputStats(cz.proto.CSVInputStats value) {
if (csvInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
csvInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 10;
return this;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
public Builder setCsvInputStats(
cz.proto.CSVInputStats.Builder builderForValue) {
if (csvInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
csvInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 10;
return this;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
public Builder mergeCsvInputStats(cz.proto.CSVInputStats value) {
if (csvInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 10 &&
fileFormatInputStats_ != cz.proto.CSVInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.CSVInputStats.newBuilder((cz.proto.CSVInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 10) {
csvInputStatsBuilder_.mergeFrom(value);
}
csvInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 10;
return this;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
public Builder clearCsvInputStats() {
if (csvInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 10) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 10) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
csvInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
public cz.proto.CSVInputStats.Builder getCsvInputStatsBuilder() {
return getCsvInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
@java.lang.Override
public cz.proto.CSVInputStatsOrBuilder getCsvInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 10) && (csvInputStatsBuilder_ != null)) {
return csvInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 10) {
return (cz.proto.CSVInputStats) fileFormatInputStats_;
}
return cz.proto.CSVInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.CSVInputStats csv_input_stats = 10;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.CSVInputStats, cz.proto.CSVInputStats.Builder, cz.proto.CSVInputStatsOrBuilder>
getCsvInputStatsFieldBuilder() {
if (csvInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 10)) {
fileFormatInputStats_ = cz.proto.CSVInputStats.getDefaultInstance();
}
csvInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.CSVInputStats, cz.proto.CSVInputStats.Builder, cz.proto.CSVInputStatsOrBuilder>(
(cz.proto.CSVInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 10;
onChanged();;
return csvInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.AvroInputStats, cz.proto.AvroInputStats.Builder, cz.proto.AvroInputStatsOrBuilder> avroInputStatsBuilder_;
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
* @return Whether the avroInputStats field is set.
*/
@java.lang.Override
public boolean hasAvroInputStats() {
return fileFormatInputStatsCase_ == 11;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
* @return The avroInputStats.
*/
@java.lang.Override
public cz.proto.AvroInputStats getAvroInputStats() {
if (avroInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 11) {
return (cz.proto.AvroInputStats) fileFormatInputStats_;
}
return cz.proto.AvroInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 11) {
return avroInputStatsBuilder_.getMessage();
}
return cz.proto.AvroInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
public Builder setAvroInputStats(cz.proto.AvroInputStats value) {
if (avroInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
avroInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 11;
return this;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
public Builder setAvroInputStats(
cz.proto.AvroInputStats.Builder builderForValue) {
if (avroInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
avroInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 11;
return this;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
public Builder mergeAvroInputStats(cz.proto.AvroInputStats value) {
if (avroInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 11 &&
fileFormatInputStats_ != cz.proto.AvroInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.AvroInputStats.newBuilder((cz.proto.AvroInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 11) {
avroInputStatsBuilder_.mergeFrom(value);
}
avroInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 11;
return this;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
public Builder clearAvroInputStats() {
if (avroInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 11) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 11) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
avroInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
public cz.proto.AvroInputStats.Builder getAvroInputStatsBuilder() {
return getAvroInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
@java.lang.Override
public cz.proto.AvroInputStatsOrBuilder getAvroInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 11) && (avroInputStatsBuilder_ != null)) {
return avroInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 11) {
return (cz.proto.AvroInputStats) fileFormatInputStats_;
}
return cz.proto.AvroInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.AvroInputStats avro_input_stats = 11;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.AvroInputStats, cz.proto.AvroInputStats.Builder, cz.proto.AvroInputStatsOrBuilder>
getAvroInputStatsFieldBuilder() {
if (avroInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 11)) {
fileFormatInputStats_ = cz.proto.AvroInputStats.getDefaultInstance();
}
avroInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.AvroInputStats, cz.proto.AvroInputStats.Builder, cz.proto.AvroInputStatsOrBuilder>(
(cz.proto.AvroInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 11;
onChanged();;
return avroInputStatsBuilder_;
}
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ArrowInputStats, cz.proto.ArrowInputStats.Builder, cz.proto.ArrowInputStatsOrBuilder> arrowInputStatsBuilder_;
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
* @return Whether the arrowInputStats field is set.
*/
@java.lang.Override
public boolean hasArrowInputStats() {
return fileFormatInputStatsCase_ == 12;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
* @return The arrowInputStats.
*/
@java.lang.Override
public cz.proto.ArrowInputStats getArrowInputStats() {
if (arrowInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 12) {
return (cz.proto.ArrowInputStats) fileFormatInputStats_;
}
return cz.proto.ArrowInputStats.getDefaultInstance();
} else {
if (fileFormatInputStatsCase_ == 12) {
return arrowInputStatsBuilder_.getMessage();
}
return cz.proto.ArrowInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
public Builder setArrowInputStats(cz.proto.ArrowInputStats value) {
if (arrowInputStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
fileFormatInputStats_ = value;
onChanged();
} else {
arrowInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 12;
return this;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
public Builder setArrowInputStats(
cz.proto.ArrowInputStats.Builder builderForValue) {
if (arrowInputStatsBuilder_ == null) {
fileFormatInputStats_ = builderForValue.build();
onChanged();
} else {
arrowInputStatsBuilder_.setMessage(builderForValue.build());
}
fileFormatInputStatsCase_ = 12;
return this;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
public Builder mergeArrowInputStats(cz.proto.ArrowInputStats value) {
if (arrowInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 12 &&
fileFormatInputStats_ != cz.proto.ArrowInputStats.getDefaultInstance()) {
fileFormatInputStats_ = cz.proto.ArrowInputStats.newBuilder((cz.proto.ArrowInputStats) fileFormatInputStats_)
.mergeFrom(value).buildPartial();
} else {
fileFormatInputStats_ = value;
}
onChanged();
} else {
if (fileFormatInputStatsCase_ == 12) {
arrowInputStatsBuilder_.mergeFrom(value);
}
arrowInputStatsBuilder_.setMessage(value);
}
fileFormatInputStatsCase_ = 12;
return this;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
public Builder clearArrowInputStats() {
if (arrowInputStatsBuilder_ == null) {
if (fileFormatInputStatsCase_ == 12) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
onChanged();
}
} else {
if (fileFormatInputStatsCase_ == 12) {
fileFormatInputStatsCase_ = 0;
fileFormatInputStats_ = null;
}
arrowInputStatsBuilder_.clear();
}
return this;
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
public cz.proto.ArrowInputStats.Builder getArrowInputStatsBuilder() {
return getArrowInputStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
@java.lang.Override
public cz.proto.ArrowInputStatsOrBuilder getArrowInputStatsOrBuilder() {
if ((fileFormatInputStatsCase_ == 12) && (arrowInputStatsBuilder_ != null)) {
return arrowInputStatsBuilder_.getMessageOrBuilder();
} else {
if (fileFormatInputStatsCase_ == 12) {
return (cz.proto.ArrowInputStats) fileFormatInputStats_;
}
return cz.proto.ArrowInputStats.getDefaultInstance();
}
}
/**
* .cz.proto.ArrowInputStats arrow_input_stats = 12;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ArrowInputStats, cz.proto.ArrowInputStats.Builder, cz.proto.ArrowInputStatsOrBuilder>
getArrowInputStatsFieldBuilder() {
if (arrowInputStatsBuilder_ == null) {
if (!(fileFormatInputStatsCase_ == 12)) {
fileFormatInputStats_ = cz.proto.ArrowInputStats.getDefaultInstance();
}
arrowInputStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.ArrowInputStats, cz.proto.ArrowInputStats.Builder, cz.proto.ArrowInputStatsOrBuilder>(
(cz.proto.ArrowInputStats) fileFormatInputStats_,
getParentForChildren(),
isClean());
fileFormatInputStats_ = null;
}
fileFormatInputStatsCase_ = 12;
onChanged();;
return arrowInputStatsBuilder_;
}
private cz.proto.FileIOInputStats ioStats_;
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileIOInputStats, cz.proto.FileIOInputStats.Builder, cz.proto.FileIOInputStatsOrBuilder> ioStatsBuilder_;
/**
* .cz.proto.FileIOInputStats io_stats = 6;
* @return Whether the ioStats field is set.
*/
public boolean hasIoStats() {
return ioStatsBuilder_ != null || ioStats_ != null;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
* @return The ioStats.
*/
public cz.proto.FileIOInputStats getIoStats() {
if (ioStatsBuilder_ == null) {
return ioStats_ == null ? cz.proto.FileIOInputStats.getDefaultInstance() : ioStats_;
} else {
return ioStatsBuilder_.getMessage();
}
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public Builder setIoStats(cz.proto.FileIOInputStats value) {
if (ioStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ioStats_ = value;
onChanged();
} else {
ioStatsBuilder_.setMessage(value);
}
return this;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public Builder setIoStats(
cz.proto.FileIOInputStats.Builder builderForValue) {
if (ioStatsBuilder_ == null) {
ioStats_ = builderForValue.build();
onChanged();
} else {
ioStatsBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public Builder mergeIoStats(cz.proto.FileIOInputStats value) {
if (ioStatsBuilder_ == null) {
if (ioStats_ != null) {
ioStats_ =
cz.proto.FileIOInputStats.newBuilder(ioStats_).mergeFrom(value).buildPartial();
} else {
ioStats_ = value;
}
onChanged();
} else {
ioStatsBuilder_.mergeFrom(value);
}
return this;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public Builder clearIoStats() {
if (ioStatsBuilder_ == null) {
ioStats_ = null;
onChanged();
} else {
ioStats_ = null;
ioStatsBuilder_ = null;
}
return this;
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public cz.proto.FileIOInputStats.Builder getIoStatsBuilder() {
onChanged();
return getIoStatsFieldBuilder().getBuilder();
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
public cz.proto.FileIOInputStatsOrBuilder getIoStatsOrBuilder() {
if (ioStatsBuilder_ != null) {
return ioStatsBuilder_.getMessageOrBuilder();
} else {
return ioStats_ == null ?
cz.proto.FileIOInputStats.getDefaultInstance() : ioStats_;
}
}
/**
* .cz.proto.FileIOInputStats io_stats = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileIOInputStats, cz.proto.FileIOInputStats.Builder, cz.proto.FileIOInputStatsOrBuilder>
getIoStatsFieldBuilder() {
if (ioStatsBuilder_ == null) {
ioStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.FileIOInputStats, cz.proto.FileIOInputStats.Builder, cz.proto.FileIOInputStatsOrBuilder>(
getIoStats(),
getParentForChildren(),
isClean());
ioStats_ = null;
}
return ioStatsBuilder_;
}
private java.util.List deltaFileStats_ =
java.util.Collections.emptyList();
private void ensureDeltaFileStatsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
deltaFileStats_ = new java.util.ArrayList(deltaFileStats_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.DataInputStats, cz.proto.DataInputStats.Builder, cz.proto.DataInputStatsOrBuilder> deltaFileStatsBuilder_;
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public java.util.List getDeltaFileStatsList() {
if (deltaFileStatsBuilder_ == null) {
return java.util.Collections.unmodifiableList(deltaFileStats_);
} else {
return deltaFileStatsBuilder_.getMessageList();
}
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public int getDeltaFileStatsCount() {
if (deltaFileStatsBuilder_ == null) {
return deltaFileStats_.size();
} else {
return deltaFileStatsBuilder_.getCount();
}
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public cz.proto.DataInputStats getDeltaFileStats(int index) {
if (deltaFileStatsBuilder_ == null) {
return deltaFileStats_.get(index);
} else {
return deltaFileStatsBuilder_.getMessage(index);
}
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder setDeltaFileStats(
int index, cz.proto.DataInputStats value) {
if (deltaFileStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDeltaFileStatsIsMutable();
deltaFileStats_.set(index, value);
onChanged();
} else {
deltaFileStatsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder setDeltaFileStats(
int index, cz.proto.DataInputStats.Builder builderForValue) {
if (deltaFileStatsBuilder_ == null) {
ensureDeltaFileStatsIsMutable();
deltaFileStats_.set(index, builderForValue.build());
onChanged();
} else {
deltaFileStatsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder addDeltaFileStats(cz.proto.DataInputStats value) {
if (deltaFileStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDeltaFileStatsIsMutable();
deltaFileStats_.add(value);
onChanged();
} else {
deltaFileStatsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder addDeltaFileStats(
int index, cz.proto.DataInputStats value) {
if (deltaFileStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureDeltaFileStatsIsMutable();
deltaFileStats_.add(index, value);
onChanged();
} else {
deltaFileStatsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder addDeltaFileStats(
cz.proto.DataInputStats.Builder builderForValue) {
if (deltaFileStatsBuilder_ == null) {
ensureDeltaFileStatsIsMutable();
deltaFileStats_.add(builderForValue.build());
onChanged();
} else {
deltaFileStatsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder addDeltaFileStats(
int index, cz.proto.DataInputStats.Builder builderForValue) {
if (deltaFileStatsBuilder_ == null) {
ensureDeltaFileStatsIsMutable();
deltaFileStats_.add(index, builderForValue.build());
onChanged();
} else {
deltaFileStatsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder addAllDeltaFileStats(
java.lang.Iterable extends cz.proto.DataInputStats> values) {
if (deltaFileStatsBuilder_ == null) {
ensureDeltaFileStatsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, deltaFileStats_);
onChanged();
} else {
deltaFileStatsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder clearDeltaFileStats() {
if (deltaFileStatsBuilder_ == null) {
deltaFileStats_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
deltaFileStatsBuilder_.clear();
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public Builder removeDeltaFileStats(int index) {
if (deltaFileStatsBuilder_ == null) {
ensureDeltaFileStatsIsMutable();
deltaFileStats_.remove(index);
onChanged();
} else {
deltaFileStatsBuilder_.remove(index);
}
return this;
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public cz.proto.DataInputStats.Builder getDeltaFileStatsBuilder(
int index) {
return getDeltaFileStatsFieldBuilder().getBuilder(index);
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public cz.proto.DataInputStatsOrBuilder getDeltaFileStatsOrBuilder(
int index) {
if (deltaFileStatsBuilder_ == null) {
return deltaFileStats_.get(index); } else {
return deltaFileStatsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public java.util.List extends cz.proto.DataInputStatsOrBuilder>
getDeltaFileStatsOrBuilderList() {
if (deltaFileStatsBuilder_ != null) {
return deltaFileStatsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(deltaFileStats_);
}
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public cz.proto.DataInputStats.Builder addDeltaFileStatsBuilder() {
return getDeltaFileStatsFieldBuilder().addBuilder(
cz.proto.DataInputStats.getDefaultInstance());
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public cz.proto.DataInputStats.Builder addDeltaFileStatsBuilder(
int index) {
return getDeltaFileStatsFieldBuilder().addBuilder(
index, cz.proto.DataInputStats.getDefaultInstance());
}
/**
* repeated .cz.proto.DataInputStats delta_file_stats = 7;
*/
public java.util.List
getDeltaFileStatsBuilderList() {
return getDeltaFileStatsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.DataInputStats, cz.proto.DataInputStats.Builder, cz.proto.DataInputStatsOrBuilder>
getDeltaFileStatsFieldBuilder() {
if (deltaFileStatsBuilder_ == null) {
deltaFileStatsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
cz.proto.DataInputStats, cz.proto.DataInputStats.Builder, cz.proto.DataInputStatsOrBuilder>(
deltaFileStats_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
deltaFileStats_ = null;
}
return deltaFileStatsBuilder_;
}
private cz.proto.DeltaApplyStats deltaApplyStats_;
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DeltaApplyStats, cz.proto.DeltaApplyStats.Builder, cz.proto.DeltaApplyStatsOrBuilder> deltaApplyStatsBuilder_;
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
* @return Whether the deltaApplyStats field is set.
*/
public boolean hasDeltaApplyStats() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
* @return The deltaApplyStats.
*/
public cz.proto.DeltaApplyStats getDeltaApplyStats() {
if (deltaApplyStatsBuilder_ == null) {
return deltaApplyStats_ == null ? cz.proto.DeltaApplyStats.getDefaultInstance() : deltaApplyStats_;
} else {
return deltaApplyStatsBuilder_.getMessage();
}
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public Builder setDeltaApplyStats(cz.proto.DeltaApplyStats value) {
if (deltaApplyStatsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
deltaApplyStats_ = value;
onChanged();
} else {
deltaApplyStatsBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public Builder setDeltaApplyStats(
cz.proto.DeltaApplyStats.Builder builderForValue) {
if (deltaApplyStatsBuilder_ == null) {
deltaApplyStats_ = builderForValue.build();
onChanged();
} else {
deltaApplyStatsBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public Builder mergeDeltaApplyStats(cz.proto.DeltaApplyStats value) {
if (deltaApplyStatsBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
deltaApplyStats_ != null &&
deltaApplyStats_ != cz.proto.DeltaApplyStats.getDefaultInstance()) {
deltaApplyStats_ =
cz.proto.DeltaApplyStats.newBuilder(deltaApplyStats_).mergeFrom(value).buildPartial();
} else {
deltaApplyStats_ = value;
}
onChanged();
} else {
deltaApplyStatsBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public Builder clearDeltaApplyStats() {
if (deltaApplyStatsBuilder_ == null) {
deltaApplyStats_ = null;
onChanged();
} else {
deltaApplyStatsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public cz.proto.DeltaApplyStats.Builder getDeltaApplyStatsBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getDeltaApplyStatsFieldBuilder().getBuilder();
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
public cz.proto.DeltaApplyStatsOrBuilder getDeltaApplyStatsOrBuilder() {
if (deltaApplyStatsBuilder_ != null) {
return deltaApplyStatsBuilder_.getMessageOrBuilder();
} else {
return deltaApplyStats_ == null ?
cz.proto.DeltaApplyStats.getDefaultInstance() : deltaApplyStats_;
}
}
/**
* optional .cz.proto.DeltaApplyStats delta_apply_stats = 13;
*/
private com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DeltaApplyStats, cz.proto.DeltaApplyStats.Builder, cz.proto.DeltaApplyStatsOrBuilder>
getDeltaApplyStatsFieldBuilder() {
if (deltaApplyStatsBuilder_ == null) {
deltaApplyStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
cz.proto.DeltaApplyStats, cz.proto.DeltaApplyStats.Builder, cz.proto.DeltaApplyStatsOrBuilder>(
getDeltaApplyStats(),
getParentForChildren(),
isClean());
deltaApplyStats_ = null;
}
return deltaApplyStatsBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:cz.proto.FileInputStats)
}
// @@protoc_insertion_point(class_scope:cz.proto.FileInputStats)
private static final cz.proto.FileInputStats DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new cz.proto.FileInputStats();
}
public static cz.proto.FileInputStats getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public FileInputStats parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new FileInputStats(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public cz.proto.FileInputStats getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy