public static class HoodieRollbackStat.Builder extends Object
HoodieRollbackStat.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HoodieRollbackStat |
build() |
HoodieRollbackStat.Builder |
withDeletedFileResult(String fileName,
boolean isDeleted) |
HoodieRollbackStat.Builder |
withDeletedFileResults(Map<org.apache.hadoop.fs.FileStatus,Boolean> deletedFiles) |
HoodieRollbackStat.Builder |
withPartitionPath(String partitionPath) |
HoodieRollbackStat.Builder |
withRollbackBlockAppendResults(Map<org.apache.hadoop.fs.FileStatus,Long> commandBlocksCount) |
public HoodieRollbackStat.Builder withDeletedFileResults(Map<org.apache.hadoop.fs.FileStatus,Boolean> deletedFiles)
public HoodieRollbackStat.Builder withDeletedFileResult(String fileName, boolean isDeleted)
public HoodieRollbackStat.Builder withRollbackBlockAppendResults(Map<org.apache.hadoop.fs.FileStatus,Long> commandBlocksCount)
public HoodieRollbackStat.Builder withPartitionPath(String partitionPath)
public HoodieRollbackStat build()
Copyright © 2022 The Apache Software Foundation. All rights reserved.