public static class HoodieSliceInfo.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieSliceInfo> implements org.apache.avro.data.RecordBuilder<HoodieSliceInfo>
| Modifier and Type | Method and Description |
|---|---|
HoodieSliceInfo |
build() |
HoodieSliceInfo.Builder |
clearBootstrapFilePath()
Clears the value of the 'bootstrapFilePath' field.
|
HoodieSliceInfo.Builder |
clearDataFilePath()
Clears the value of the 'dataFilePath' field.
|
HoodieSliceInfo.Builder |
clearDeltaFilePaths()
Clears the value of the 'deltaFilePaths' field.
|
HoodieSliceInfo.Builder |
clearFileId()
Clears the value of the 'fileId' field.
|
HoodieSliceInfo.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieSliceInfo.Builder |
clearVersion()
Clears the value of the 'version' field.
|
String |
getBootstrapFilePath()
Gets the value of the 'bootstrapFilePath' field.
|
String |
getDataFilePath()
Gets the value of the 'dataFilePath' field.
|
List<String> |
getDeltaFilePaths()
Gets the value of the 'deltaFilePaths' field.
|
String |
getFileId()
Gets the value of the 'fileId' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
Integer |
getVersion()
Gets the value of the 'version' field.
|
boolean |
hasBootstrapFilePath()
Checks whether the 'bootstrapFilePath' field has been set.
|
boolean |
hasDataFilePath()
Checks whether the 'dataFilePath' field has been set.
|
boolean |
hasDeltaFilePaths()
Checks whether the 'deltaFilePaths' field has been set.
|
boolean |
hasFileId()
Checks whether the 'fileId' field has been set.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasVersion()
Checks whether the 'version' field has been set.
|
HoodieSliceInfo.Builder |
setBootstrapFilePath(String value)
Sets the value of the 'bootstrapFilePath' field.
|
HoodieSliceInfo.Builder |
setDataFilePath(String value)
Sets the value of the 'dataFilePath' field.
|
HoodieSliceInfo.Builder |
setDeltaFilePaths(List<String> value)
Sets the value of the 'deltaFilePaths' field.
|
HoodieSliceInfo.Builder |
setFileId(String value)
Sets the value of the 'fileId' field.
|
HoodieSliceInfo.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieSliceInfo.Builder |
setVersion(Integer value)
Sets the value of the 'version' field.
|
public String getDataFilePath()
public HoodieSliceInfo.Builder setDataFilePath(String value)
value - The value of 'dataFilePath'.public boolean hasDataFilePath()
public HoodieSliceInfo.Builder clearDataFilePath()
public List<String> getDeltaFilePaths()
public HoodieSliceInfo.Builder setDeltaFilePaths(List<String> value)
value - The value of 'deltaFilePaths'.public boolean hasDeltaFilePaths()
public HoodieSliceInfo.Builder clearDeltaFilePaths()
public String getFileId()
public HoodieSliceInfo.Builder setFileId(String value)
value - The value of 'fileId'.public boolean hasFileId()
public HoodieSliceInfo.Builder clearFileId()
public String getPartitionPath()
public HoodieSliceInfo.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieSliceInfo.Builder clearPartitionPath()
public String getBootstrapFilePath()
public HoodieSliceInfo.Builder setBootstrapFilePath(String value)
value - The value of 'bootstrapFilePath'.public boolean hasBootstrapFilePath()
public HoodieSliceInfo.Builder clearBootstrapFilePath()
public Integer getVersion()
public HoodieSliceInfo.Builder setVersion(Integer value)
value - The value of 'version'.public boolean hasVersion()
public HoodieSliceInfo.Builder clearVersion()
public HoodieSliceInfo build()
build in interface org.apache.avro.data.RecordBuilder<HoodieSliceInfo>Copyright © 2024 The Apache Software Foundation. All rights reserved.