| Package | Description |
|---|---|
| org.apache.hudi.common.table.marker | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
static MarkerType |
MarkerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MarkerType[] |
MarkerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Option<MarkerType> |
MarkerUtils.readMarkerType(HoodieStorage storage,
String markerDir)
Reads the marker type from `MARKERS.type` file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MarkerUtils.writeMarkerTypeToFile(MarkerType markerType,
HoodieStorage storage,
String markerDir)
Writes the marker type to the file `MARKERS.type`.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.