public class BootstrapFileMapping extends Object implements Serializable, Comparable<BootstrapFileMapping>
| Constructor and Description |
|---|
BootstrapFileMapping(String bootstrapBasePath,
String bootstrapPartitionPath,
String partitionPath,
HoodieFileStatus bootstrapFileStatus,
String fileId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BootstrapFileMapping o) |
boolean |
equals(Object o) |
String |
getBootstrapBasePath() |
HoodieFileStatus |
getBootstrapFileStatus() |
String |
getBootstrapPartitionPath() |
HoodieFileGroupId |
getFileGroupId() |
String |
getFileId() |
String |
getPartitionPath() |
int |
hashCode() |
String |
toString() |
public BootstrapFileMapping(String bootstrapBasePath, String bootstrapPartitionPath, String partitionPath, HoodieFileStatus bootstrapFileStatus, String fileId)
public String getBootstrapBasePath()
public String getBootstrapPartitionPath()
public String getPartitionPath()
public HoodieFileStatus getBootstrapFileStatus()
public String getFileId()
public HoodieFileGroupId getFileGroupId()
public int compareTo(BootstrapFileMapping o)
compareTo in interface Comparable<BootstrapFileMapping>Copyright © 2024 The Apache Software Foundation. All rights reserved.