| Package | Description |
|---|---|
| org.apache.hudi.common.config | |
| org.apache.hudi.common.fs | |
| org.apache.hudi.common.table | |
| org.apache.hudi.common.table.view | |
| org.apache.hudi.keygen.constant |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieCommonConfig |
class |
HoodieMetadataConfig
Configurations used by the HUDI Metadata Table.
|
class |
HoodieMetastoreConfig
Configurations used by the HUDI Metastore.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieConfig |
HoodieConfig.create(org.apache.hadoop.fs.FSDataInputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieConfig.setDefault(HoodieConfig config) |
void |
HoodieConfig.setDefaultOnCondition(boolean condition,
HoodieConfig config) |
| Modifier and Type | Method and Description |
|---|---|
ConfigProperty<T> |
ConfigProperty.withInferFunction(Function<HoodieConfig,Option<T>> inferFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsistencyGuardConfig
The consistency guard relevant config options.
|
class |
FileSystemRetryConfig
The file system retry relevant config options.
|
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemViewStorageConfig
File System View Storage Configurations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyGeneratorOptions |
Copyright © 2022 The Apache Software Foundation. All rights reserved.