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<org.apache.hadoop.fs.FileStatus,Long> commandBlocksCount) |
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.hadoop.fs.FileStatus,Long> |
getCommandBlocksCount() |
List<String> |
getFailedDeleteFiles() |
String |
getPartitionPath() |
List<String> |
getSuccessDeleteFiles() |
static HoodieRollbackStat.Builder |
newBuilder() |
public String getPartitionPath()
public static HoodieRollbackStat.Builder newBuilder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.