| Package | Description |
|---|---|
| org.apache.hudi.common.model |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieRecordGlobalLocation
Similar with
HoodieRecordLocation but with partition path. |
| Modifier and Type | Method and Description |
|---|---|
HoodieRecordLocation |
HoodieRecord.getCurrentLocation() |
HoodieRecordLocation |
HoodieRecordGlobalLocation.toLocal(String instantTime)
Returns the record location as local.
|
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieRecordLocation> |
HoodieRecord.getNewLocation() |
| Modifier and Type | Method and Description |
|---|---|
static HoodieRecordGlobalLocation |
HoodieRecordGlobalLocation.fromLocal(String partitionPath,
HoodieRecordLocation localLoc)
Returns the global record location from local.
|
HoodieRecord |
HoodieRecord.setCurrentLocation(HoodieRecordLocation location)
Sets the current currentLocation of the record.
|
HoodieRecord |
HoodieRecord.setNewLocation(HoodieRecordLocation location)
Sets the new currentLocation of the record, after being written.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.