| Package | Description |
|---|---|
| org.apache.hudi.table | |
| org.apache.hudi.table.marker |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
HoodieTable.getInvalidDataPaths(WriteMarkers markers)
Returns the possible invalid data file name with given marker files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectWriteMarkers
Marker operations of directly accessing the file system to create and delete
marker files.
|
class |
TimelineServerBasedWriteMarkers
Marker operations of using timeline server as a proxy to create and delete markers.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteMarkers |
WriteMarkersFactory.get(MarkerType markerType,
HoodieTable table,
String instantTime) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.