| Class | Description |
|---|---|
| HoodieTableConfig |
Configurations on the Hoodie Table like type of ingestion, storage formats, hive table name etc Configurations are loaded from hoodie.properties, these properties are usually set during
initializing a path as hoodie base path and never changes during the lifetime of a hoodie table.
|
| 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 | |
| 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 © 2022 The Apache Software Foundation. All rights reserved.