public static class HoodieMetadataFileInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieMetadataFileInfo> implements org.apache.avro.data.RecordBuilder<HoodieMetadataFileInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieMetadataFileInfo |
build() |
HoodieMetadataFileInfo.Builder |
clearIsDeleted()
Clears the value of the 'isDeleted' field.
|
HoodieMetadataFileInfo.Builder |
clearSize()
Clears the value of the 'size' field.
|
Boolean |
getIsDeleted()
Gets the value of the 'isDeleted' field.
|
Long |
getSize()
Gets the value of the 'size' field.
|
boolean |
hasIsDeleted()
Checks whether the 'isDeleted' field has been set.
|
boolean |
hasSize()
Checks whether the 'size' field has been set.
|
HoodieMetadataFileInfo.Builder |
setIsDeleted(boolean value)
Sets the value of the 'isDeleted' field.
|
HoodieMetadataFileInfo.Builder |
setSize(long value)
Sets the value of the 'size' field.
|
public Long getSize()
public HoodieMetadataFileInfo.Builder setSize(long value)
value - The value of 'size'.public boolean hasSize()
public HoodieMetadataFileInfo.Builder clearSize()
public Boolean getIsDeleted()
public HoodieMetadataFileInfo.Builder setIsDeleted(boolean value)
value - The value of 'isDeleted'.public boolean hasIsDeleted()
public HoodieMetadataFileInfo.Builder clearIsDeleted()
public HoodieMetadataFileInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieMetadataFileInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.