public class CleanFileInfo extends Object implements Serializable
| Constructor and Description |
|---|
CleanFileInfo(String filePath,
boolean isBootstrapBaseFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFilePath() |
int |
hashCode() |
boolean |
isBootstrapBaseFile() |
HoodieCleanFileInfo |
toHoodieFileCleanInfo() |
public CleanFileInfo(String filePath, boolean isBootstrapBaseFile)
public String getFilePath()
public boolean isBootstrapBaseFile()
public HoodieCleanFileInfo toHoodieFileCleanInfo()
Copyright © 2024 The Apache Software Foundation. All rights reserved.