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<StoragePathInfo,Boolean> deletedFiles) |
HoodieRollbackStat.Builder |
withLogFilesFromFailedCommit(Map<String,Long> logFilesFromFailedCommit) |
HoodieRollbackStat.Builder |
withPartitionPath(String partitionPath) |
HoodieRollbackStat.Builder |
withRollbackBlockAppendResults(Map<StoragePathInfo,Long> commandBlocksCount) |
public HoodieRollbackStat.Builder withDeletedFileResults(Map<StoragePathInfo,Boolean> deletedFiles)
public HoodieRollbackStat.Builder withDeletedFileResult(String fileName, boolean isDeleted)
public HoodieRollbackStat.Builder withRollbackBlockAppendResults(Map<StoragePathInfo,Long> commandBlocksCount)
public HoodieRollbackStat.Builder withPartitionPath(String partitionPath)
public HoodieRollbackStat.Builder withLogFilesFromFailedCommit(Map<String,Long> logFilesFromFailedCommit)
public HoodieRollbackStat build()
Copyright © 2024 The Apache Software Foundation. All rights reserved.