| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table | |
| org.apache.hudi.common.table.read | |
| org.apache.hudi.metadata |
| Modifier and Type | Method and Description |
|---|---|
default String[] |
HoodieRecordMerger.getMandatoryFieldsForMerging(HoodieTableConfig cfg) |
| Modifier and Type | Field and Description |
|---|---|
protected HoodieTableConfig |
HoodieTableMetaClient.tableConfig |
| Modifier and Type | Method and Description |
|---|---|
HoodieTableConfig |
HoodieTableMetaClient.getTableConfig() |
| Modifier and Type | Field and Description |
|---|---|
protected HoodieTableConfig |
HoodieFileGroupReaderSchemaHandler.hoodieTableConfig |
| Constructor and Description |
|---|
HoodieFileGroupReaderSchemaHandler(HoodieReaderContext<T> readerContext,
org.apache.avro.Schema dataSchema,
org.apache.avro.Schema requestedSchema,
Option<InternalSchema> internalSchemaOpt,
HoodieTableConfig hoodieTableConfig) |
HoodiePositionBasedSchemaHandler(HoodieReaderContext<T> readerContext,
org.apache.avro.Schema dataSchema,
org.apache.avro.Schema requestedSchema,
Option<InternalSchema> internalSchemaOpt,
HoodieTableConfig hoodieTableConfig) |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
HoodieTableMetadataUtil.getInflightAndCompletedMetadataPartitions(HoodieTableConfig tableConfig) |
static Set<String> |
HoodieTableMetadataUtil.getInflightMetadataPartitions(HoodieTableConfig tableConfig) |
| Constructor and Description |
|---|
FileSystemBackedTableMetadata(HoodieEngineContext engineContext,
HoodieTableConfig tableConfig,
HoodieStorage storage,
String datasetBasePath) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.