| Class | Description |
|---|---|
| ConfigGroups |
In Hudi, we have multiple superclasses, aka Config Classes of
HoodieConfig that maintain
several configs. |
| ConfigProperty<T> |
ConfigProperty describes a configuration property.
|
| ConfigProperty.PropertyBuilder |
The PropertyBuilder is used to build the ConfigProperty.
|
| DFSPropertiesConfiguration |
A simplified versions of Apache commons - PropertiesConfiguration, that supports limited field types and hierarchical
configurations within the same folder as the root file.
|
| HoodieCommonConfig | |
| HoodieCommonConfig.Builder | |
| HoodieConfig |
This class deals with
ConfigProperty and provides get/set functionalities. |
| HoodieMetadataConfig |
Configurations used by the HUDI Metadata Table.
|
| HoodieMetadataConfig.Builder | |
| HoodieMetastoreConfig |
Configurations used by the HUDI Metastore.
|
| HoodieMetastoreConfig.Builder | |
| LockConfiguration |
Configuration for managing locks.
|
| OrderedProperties |
An extension of
Properties that maintains the order. |
| SerializableConfiguration |
A wrapped configuration which can be serialized.
|
| SerializableSchema |
A wrapped Schema which can be serialized.
|
| TypedProperties |
Type-aware extension of
Properties. |
| Enum | Description |
|---|---|
| ConfigGroups.Names |
| Annotation Type | Description |
|---|---|
| ConfigClassProperty |
Copyright © 2022 The Apache Software Foundation. All rights reserved.