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