public static class HoodieCleanPartitionMetadata.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<HoodieCleanPartitionMetadata> implements org.apache.avro.data.RecordBuilder<HoodieCleanPartitionMetadata>
| Modifier and Type | Method and Description |
|---|---|
HoodieCleanPartitionMetadata |
build() |
HoodieCleanPartitionMetadata.Builder |
clearDeletePathPatterns()
Clears the value of the 'deletePathPatterns' field.
|
HoodieCleanPartitionMetadata.Builder |
clearFailedDeleteFiles()
Clears the value of the 'failedDeleteFiles' field.
|
HoodieCleanPartitionMetadata.Builder |
clearIsPartitionDeleted()
Clears the value of the 'isPartitionDeleted' field.
|
HoodieCleanPartitionMetadata.Builder |
clearPartitionPath()
Clears the value of the 'partitionPath' field.
|
HoodieCleanPartitionMetadata.Builder |
clearPolicy()
Clears the value of the 'policy' field.
|
HoodieCleanPartitionMetadata.Builder |
clearSuccessDeleteFiles()
Clears the value of the 'successDeleteFiles' field.
|
List<String> |
getDeletePathPatterns()
Gets the value of the 'deletePathPatterns' field.
|
List<String> |
getFailedDeleteFiles()
Gets the value of the 'failedDeleteFiles' field.
|
Boolean |
getIsPartitionDeleted()
Gets the value of the 'isPartitionDeleted' field.
|
String |
getPartitionPath()
Gets the value of the 'partitionPath' field.
|
String |
getPolicy()
Gets the value of the 'policy' field.
|
List<String> |
getSuccessDeleteFiles()
Gets the value of the 'successDeleteFiles' field.
|
boolean |
hasDeletePathPatterns()
Checks whether the 'deletePathPatterns' field has been set.
|
boolean |
hasFailedDeleteFiles()
Checks whether the 'failedDeleteFiles' field has been set.
|
boolean |
hasIsPartitionDeleted()
Checks whether the 'isPartitionDeleted' field has been set.
|
boolean |
hasPartitionPath()
Checks whether the 'partitionPath' field has been set.
|
boolean |
hasPolicy()
Checks whether the 'policy' field has been set.
|
boolean |
hasSuccessDeleteFiles()
Checks whether the 'successDeleteFiles' field has been set.
|
HoodieCleanPartitionMetadata.Builder |
setDeletePathPatterns(List<String> value)
Sets the value of the 'deletePathPatterns' field.
|
HoodieCleanPartitionMetadata.Builder |
setFailedDeleteFiles(List<String> value)
Sets the value of the 'failedDeleteFiles' field.
|
HoodieCleanPartitionMetadata.Builder |
setIsPartitionDeleted(Boolean value)
Sets the value of the 'isPartitionDeleted' field.
|
HoodieCleanPartitionMetadata.Builder |
setPartitionPath(String value)
Sets the value of the 'partitionPath' field.
|
HoodieCleanPartitionMetadata.Builder |
setPolicy(String value)
Sets the value of the 'policy' field.
|
HoodieCleanPartitionMetadata.Builder |
setSuccessDeleteFiles(List<String> value)
Sets the value of the 'successDeleteFiles' field.
|
public String getPartitionPath()
public HoodieCleanPartitionMetadata.Builder setPartitionPath(String value)
value - The value of 'partitionPath'.public boolean hasPartitionPath()
public HoodieCleanPartitionMetadata.Builder clearPartitionPath()
public String getPolicy()
public HoodieCleanPartitionMetadata.Builder setPolicy(String value)
value - The value of 'policy'.public boolean hasPolicy()
public HoodieCleanPartitionMetadata.Builder clearPolicy()
public List<String> getDeletePathPatterns()
public HoodieCleanPartitionMetadata.Builder setDeletePathPatterns(List<String> value)
value - The value of 'deletePathPatterns'.public boolean hasDeletePathPatterns()
public HoodieCleanPartitionMetadata.Builder clearDeletePathPatterns()
public List<String> getSuccessDeleteFiles()
public HoodieCleanPartitionMetadata.Builder setSuccessDeleteFiles(List<String> value)
value - The value of 'successDeleteFiles'.public boolean hasSuccessDeleteFiles()
public HoodieCleanPartitionMetadata.Builder clearSuccessDeleteFiles()
public List<String> getFailedDeleteFiles()
public HoodieCleanPartitionMetadata.Builder setFailedDeleteFiles(List<String> value)
value - The value of 'failedDeleteFiles'.public boolean hasFailedDeleteFiles()
public HoodieCleanPartitionMetadata.Builder clearFailedDeleteFiles()
public Boolean getIsPartitionDeleted()
public HoodieCleanPartitionMetadata.Builder setIsPartitionDeleted(Boolean value)
value - The value of 'isPartitionDeleted'.public boolean hasIsPartitionDeleted()
public HoodieCleanPartitionMetadata.Builder clearIsPartitionDeleted()
public HoodieCleanPartitionMetadata build()
build in interface org.apache.avro.data.RecordBuilder<HoodieCleanPartitionMetadata>Copyright © 2024 The Apache Software Foundation. All rights reserved.