public static class HoodieRecordIndexInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieRecordIndexInfo> implements org.apache.avro.data.RecordBuilder<HoodieRecordIndexInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieRecordIndexInfo |
build() |
HoodieRecordIndexInfo.Builder |
clearFileId()
Clears the value of the 'fileId' field.
|
HoodieRecordIndexInfo.Builder |
clearFileIdEncoding()
Clears the value of the 'fileIdEncoding' field.
|
HoodieRecordIndexInfo.Builder |
clearFileIdHighBits()
Clears the value of the 'fileIdHighBits' field.
|
HoodieRecordIndexInfo.Builder |
clearFileIdLowBits()
Clears the value of the 'fileIdLowBits' field.
|
HoodieRecordIndexInfo.Builder |
clearFileIndex()
Clears the value of the 'fileIndex' field.
|
HoodieRecordIndexInfo.Builder |
clearInstantTime()
Clears the value of the 'instantTime' field.
|
HoodieRecordIndexInfo.Builder |
clearPartitionName()
Clears the value of the 'partitionName' field.
|
String |
getFileId()
Gets the value of the 'fileId' field.
|
Integer |
getFileIdEncoding()
Gets the value of the 'fileIdEncoding' field.
|
Long |
getFileIdHighBits()
Gets the value of the 'fileIdHighBits' field.
|
Long |
getFileIdLowBits()
Gets the value of the 'fileIdLowBits' field.
|
Integer |
getFileIndex()
Gets the value of the 'fileIndex' field.
|
Long |
getInstantTime()
Gets the value of the 'instantTime' field.
|
String |
getPartitionName()
Gets the value of the 'partitionName' field.
|
boolean |
hasFileId()
Checks whether the 'fileId' field has been set.
|
boolean |
hasFileIdEncoding()
Checks whether the 'fileIdEncoding' field has been set.
|
boolean |
hasFileIdHighBits()
Checks whether the 'fileIdHighBits' field has been set.
|
boolean |
hasFileIdLowBits()
Checks whether the 'fileIdLowBits' field has been set.
|
boolean |
hasFileIndex()
Checks whether the 'fileIndex' field has been set.
|
boolean |
hasInstantTime()
Checks whether the 'instantTime' field has been set.
|
boolean |
hasPartitionName()
Checks whether the 'partitionName' field has been set.
|
HoodieRecordIndexInfo.Builder |
setFileId(String value)
Sets the value of the 'fileId' field.
|
HoodieRecordIndexInfo.Builder |
setFileIdEncoding(int value)
Sets the value of the 'fileIdEncoding' field.
|
HoodieRecordIndexInfo.Builder |
setFileIdHighBits(Long value)
Sets the value of the 'fileIdHighBits' field.
|
HoodieRecordIndexInfo.Builder |
setFileIdLowBits(Long value)
Sets the value of the 'fileIdLowBits' field.
|
HoodieRecordIndexInfo.Builder |
setFileIndex(Integer value)
Sets the value of the 'fileIndex' field.
|
HoodieRecordIndexInfo.Builder |
setInstantTime(Long value)
Sets the value of the 'instantTime' field.
|
HoodieRecordIndexInfo.Builder |
setPartitionName(String value)
Sets the value of the 'partitionName' field.
|
public String getPartitionName()
public HoodieRecordIndexInfo.Builder setPartitionName(String value)
value - The value of 'partitionName'.public boolean hasPartitionName()
public HoodieRecordIndexInfo.Builder clearPartitionName()
public Long getFileIdHighBits()
public HoodieRecordIndexInfo.Builder setFileIdHighBits(Long value)
value - The value of 'fileIdHighBits'.public boolean hasFileIdHighBits()
public HoodieRecordIndexInfo.Builder clearFileIdHighBits()
public Long getFileIdLowBits()
public HoodieRecordIndexInfo.Builder setFileIdLowBits(Long value)
value - The value of 'fileIdLowBits'.public boolean hasFileIdLowBits()
public HoodieRecordIndexInfo.Builder clearFileIdLowBits()
public Integer getFileIndex()
public HoodieRecordIndexInfo.Builder setFileIndex(Integer value)
value - The value of 'fileIndex'.public boolean hasFileIndex()
public HoodieRecordIndexInfo.Builder clearFileIndex()
public String getFileId()
public HoodieRecordIndexInfo.Builder setFileId(String value)
value - The value of 'fileId'.public boolean hasFileId()
public HoodieRecordIndexInfo.Builder clearFileId()
public Long getInstantTime()
public HoodieRecordIndexInfo.Builder setInstantTime(Long value)
value - The value of 'instantTime'.public boolean hasInstantTime()
public HoodieRecordIndexInfo.Builder clearInstantTime()
public Integer getFileIdEncoding()
public HoodieRecordIndexInfo.Builder setFileIdEncoding(int value)
value - The value of 'fileIdEncoding'.public boolean hasFileIdEncoding()
public HoodieRecordIndexInfo.Builder clearFileIdEncoding()
public HoodieRecordIndexInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieRecordIndexInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.