public class HoodieKey extends Object implements Serializable
- recordKey : a recordKey that acts as primary key for a record. - partitionPath : the partition path of a record.
| Constructor and Description |
|---|
HoodieKey() |
HoodieKey(String recordKey,
String partitionPath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPartitionPath() |
String |
getRecordKey() |
int |
hashCode() |
void |
setPartitionPath(String partitionPath) |
void |
setRecordKey(String recordKey) |
String |
toString() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.