public class HoodieRecordLocation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileId |
protected String |
instantTime |
| Constructor and Description |
|---|
HoodieRecordLocation() |
HoodieRecordLocation(String instantTime,
String fileId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileId() |
String |
getInstantTime() |
int |
hashCode() |
void |
setFileId(String fileId) |
void |
setInstantTime(String instantTime) |
String |
toString() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.