public static class HoodieBootstrapPartitionMetadata.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieBootstrapPartitionMetadata> implements org.apache.avro.data.RecordBuilder<HoodieBootstrapPartitionMetadata>
| Modifier and Type | Method and Description |
|---|---|
HoodieBootstrapPartitionMetadata |
build() |
HoodieBootstrapPartitionMetadata.Builder |
clearBootstrapPartitionPath()
Clears the value of the 'bootstrapPartitionPath' field.
|
HoodieBootstrapPartitionMetadata.Builder |
clearFileIdToBootstrapFile()
Clears the value of the 'fileIdToBootstrapFile' field.
|
HoodieBootstrapPartitionMetadata.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieBootstrapPartitionMetadata.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getBootstrapPartitionPath()
Gets the value of the 'bootstrapPartitionPath' field.
|
Map<String,HoodieFileStatus> |
getFileIdToBootstrapFile()
Gets the value of the 'fileIdToBootstrapFile' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasBootstrapPartitionPath()
Checks whether the 'bootstrapPartitionPath' field has been set.
|
boolean |
hasFileIdToBootstrapFile()
Checks whether the 'fileIdToBootstrapFile' field has been set.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieBootstrapPartitionMetadata.Builder |
setBootstrapPartitionPath(String value)
Sets the value of the 'bootstrapPartitionPath' field.
|
HoodieBootstrapPartitionMetadata.Builder |
setFileIdToBootstrapFile(Map<String,HoodieFileStatus> value)
Sets the value of the 'fileIdToBootstrapFile' field.
|
HoodieBootstrapPartitionMetadata.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieBootstrapPartitionMetadata.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public Integer getVersion()
public HoodieBootstrapPartitionMetadata.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieBootstrapPartitionMetadata.Builder clearVersion()
public String getBootstrapPartitionPath()
public HoodieBootstrapPartitionMetadata.Builder setBootstrapPartitionPath(String value)
value - The value of 'bootstrapPartitionPath'.public boolean hasBootstrapPartitionPath()
public HoodieBootstrapPartitionMetadata.Builder clearBootstrapPartitionPath()
public String getPartitionPath()
public HoodieBootstrapPartitionMetadata.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieBootstrapPartitionMetadata.Builder clearPartitionPath()
public Map<String,HoodieFileStatus> getFileIdToBootstrapFile()
public HoodieBootstrapPartitionMetadata.Builder setFileIdToBootstrapFile(Map<String,HoodieFileStatus> value)
value - The value of 'fileIdToBootstrapFile'.public boolean hasFileIdToBootstrapFile()
public HoodieBootstrapPartitionMetadata.Builder clearFileIdToBootstrapFile()
public HoodieBootstrapPartitionMetadata build()
build in interface org.apache.avro.data.RecordBuilder<HoodieBootstrapPartitionMetadata>Copyright © 2024 The Apache Software Foundation. All rights reserved.