public static class HoodieSavepointPartitionMetadata.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieSavepointPartitionMetadata> implements org.apache.avro.data.RecordBuilder<HoodieSavepointPartitionMetadata>
| Modifier and Type | Method and Description |
|---|---|
HoodieSavepointPartitionMetadata |
build() |
HoodieSavepointPartitionMetadata.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieSavepointPartitionMetadata.Builder |
clearSavepointDataFile()
Clears the value of the 'savepointDataFile' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
List<String> |
getSavepointDataFile()
Gets the value of the 'savepointDataFile' field.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasSavepointDataFile()
Checks whether the 'savepointDataFile' field has been set.
|
HoodieSavepointPartitionMetadata.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieSavepointPartitionMetadata.Builder |
setSavepointDataFile(List<String> value)
Sets the value of the 'savepointDataFile' field.
|
public String getPartitionPath()
public HoodieSavepointPartitionMetadata.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieSavepointPartitionMetadata.Builder clearPartitionPath()
public List<String> getSavepointDataFile()
public HoodieSavepointPartitionMetadata.Builder setSavepointDataFile(List<String> value)
value - The value of 'savepointDataFile'.public boolean hasSavepointDataFile()
public HoodieSavepointPartitionMetadata.Builder clearSavepointDataFile()
public HoodieSavepointPartitionMetadata build()
build in interface org.apache.avro.data.RecordBuilder<HoodieSavepointPartitionMetadata>Copyright © 2024 The Apache Software Foundation. All rights reserved.