| Class | Description |
|---|---|
| HoodieTableConfig | |
| HoodieTableMetaClient |
HoodieTableMetaClient allows to access meta-data about a hoodie table It returns meta-data about
commits, savepoints, compactions, cleanups as a HoodieTimeline Create an instance of the
HoodieTableMetaClient with FileSystem and basePath to start getting the meta-data. |
| HoodieTableMetaClient.Builder |
Builder for
HoodieTableMetaClient. |
| HoodieTableMetaClient.PropertyBuilder |
Builder for
Properties. |
| TableSchemaResolver |
Helper class to read schema from data files and log files and to convert it between different formats.
|
| Enum | Description |
|---|---|
| HoodieTableVersion |
Table's version that controls what version of writer/readers can actually read/write
to a given table.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.