public class HoodieRecordLocation extends Object implements Serializable, com.esotericsoftware.kryo.KryoSerializable
| 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 |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input) |
void |
setFileId(String fileId) |
void |
setInstantTime(String instantTime) |
String |
toString() |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output) |
public String getInstantTime()
public void setInstantTime(String instantTime)
public String getFileId()
public void setFileId(String fileId)
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output)
write in interface com.esotericsoftware.kryo.KryoSerializablepublic void read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input)
read in interface com.esotericsoftware.kryo.KryoSerializableCopyright © 2024 The Apache Software Foundation. All rights reserved.