public static class HoodieRollbackPartitionMetadata.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieRollbackPartitionMetadata> implements org.apache.avro.data.RecordBuilder<HoodieRollbackPartitionMetadata>
| Modifier and Type | Method and Description |
|---|---|
HoodieRollbackPartitionMetadata |
build() |
HoodieRollbackPartitionMetadata.Builder |
clearFailedDeleteFiles()
Clears the value of the 'failedDeleteFiles' field.
|
HoodieRollbackPartitionMetadata.Builder |
clearLogFilesFromFailedCommit()
Clears the value of the 'logFilesFromFailedCommit' field.
|
HoodieRollbackPartitionMetadata.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieRollbackPartitionMetadata.Builder |
clearRollbackLogFiles()
Clears the value of the 'rollbackLogFiles' field.
|
HoodieRollbackPartitionMetadata.Builder |
clearSuccessDeleteFiles()
Clears the value of the 'successDeleteFiles' field.
|
List<String> |
getFailedDeleteFiles()
Gets the value of the 'failedDeleteFiles' field.
|
Map<String,Long> |
getLogFilesFromFailedCommit()
Gets the value of the 'logFilesFromFailedCommit' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
Map<String,Long> |
getRollbackLogFiles()
Gets the value of the 'rollbackLogFiles' field.
|
List<String> |
getSuccessDeleteFiles()
Gets the value of the 'successDeleteFiles' field.
|
boolean |
hasFailedDeleteFiles()
Checks whether the 'failedDeleteFiles' field has been set.
|
boolean |
hasLogFilesFromFailedCommit()
Checks whether the 'logFilesFromFailedCommit' field has been set.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasRollbackLogFiles()
Checks whether the 'rollbackLogFiles' field has been set.
|
boolean |
hasSuccessDeleteFiles()
Checks whether the 'successDeleteFiles' field has been set.
|
HoodieRollbackPartitionMetadata.Builder |
setFailedDeleteFiles(List<String> value)
Sets the value of the 'failedDeleteFiles' field.
|
HoodieRollbackPartitionMetadata.Builder |
setLogFilesFromFailedCommit(Map<String,Long> value)
Sets the value of the 'logFilesFromFailedCommit' field.
|
HoodieRollbackPartitionMetadata.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieRollbackPartitionMetadata.Builder |
setRollbackLogFiles(Map<String,Long> value)
Sets the value of the 'rollbackLogFiles' field.
|
HoodieRollbackPartitionMetadata.Builder |
setSuccessDeleteFiles(List<String> value)
Sets the value of the 'successDeleteFiles' field.
|
public String getPartitionPath()
public HoodieRollbackPartitionMetadata.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieRollbackPartitionMetadata.Builder clearPartitionPath()
public List<String> getSuccessDeleteFiles()
public HoodieRollbackPartitionMetadata.Builder setSuccessDeleteFiles(List<String> value)
value - The value of 'successDeleteFiles'.public boolean hasSuccessDeleteFiles()
public HoodieRollbackPartitionMetadata.Builder clearSuccessDeleteFiles()
public List<String> getFailedDeleteFiles()
public HoodieRollbackPartitionMetadata.Builder setFailedDeleteFiles(List<String> value)
value - The value of 'failedDeleteFiles'.public boolean hasFailedDeleteFiles()
public HoodieRollbackPartitionMetadata.Builder clearFailedDeleteFiles()
public Map<String,Long> getRollbackLogFiles()
public HoodieRollbackPartitionMetadata.Builder setRollbackLogFiles(Map<String,Long> value)
value - The value of 'rollbackLogFiles'.public boolean hasRollbackLogFiles()
public HoodieRollbackPartitionMetadata.Builder clearRollbackLogFiles()
public Map<String,Long> getLogFilesFromFailedCommit()
public HoodieRollbackPartitionMetadata.Builder setLogFilesFromFailedCommit(Map<String,Long> value)
value - The value of 'logFilesFromFailedCommit'.public boolean hasLogFilesFromFailedCommit()
public HoodieRollbackPartitionMetadata.Builder clearLogFilesFromFailedCommit()
public HoodieRollbackPartitionMetadata build()
build in interface org.apache.avro.data.RecordBuilder<HoodieRollbackPartitionMetadata>Copyright © 2024 The Apache Software Foundation. All rights reserved.