public class HoodieRollbackStat extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
HoodieRollbackStat.Builder
A builder used to build
HoodieRollbackStat. |
| Constructor and Description |
|---|
HoodieRollbackStat(String partitionPath,
List<String> successDeleteFiles,
List<String> failedDeleteFiles,
Map<StoragePathInfo,Long> commandBlocksCount,
Map<String,Long> logFilesFromFailedCommit) |
| Modifier and Type | Method and Description |
|---|---|
Map<StoragePathInfo,Long> |
getCommandBlocksCount() |
List<String> |
getFailedDeleteFiles() |
Map<String,Long> |
getLogFilesFromFailedCommit() |
String |
getPartitionPath() |
List<String> |
getSuccessDeleteFiles() |
static HoodieRollbackStat.Builder |
newBuilder() |
public Map<StoragePathInfo,Long> getCommandBlocksCount()
public String getPartitionPath()
public static HoodieRollbackStat.Builder newBuilder()
Copyright © 2024 The Apache Software Foundation. All rights reserved.