| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table |
| Modifier and Type | Method and Description |
|---|---|
static HoodieIndexMetadata |
HoodieIndexMetadata.fromJson(String json)
Deserialize from JSON string to create an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieIndexMetadata> |
HoodieTableMetaClient.getIndexMetadata()
Returns Option of
HoodieIndexMetadata from index definition file if present, else returns empty Option. |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieTableMetaClient.updateIndexMetadata(HoodieIndexMetadata newFunctionalIndexMetadata,
String indexMetaPath) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.