| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
static HoodieFileFormat |
HoodieFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieFileFormat[] |
HoodieFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HoodiePartitionMetadata(org.apache.hadoop.fs.FileSystem fs,
String instantTime,
org.apache.hadoop.fs.Path basePath,
org.apache.hadoop.fs.Path partitionPath,
Option<HoodieFileFormat> format)
Construct metadata object to be written out.
|
| Modifier and Type | Field and Description |
|---|---|
static HoodieFileFormat |
HoodieTableConfig.DEFAULT_BASE_FILE_FORMAT
Deprecated.
Use
HoodieTableConfig.BASE_FILE_FORMAT and its methods. |
static HoodieFileFormat |
HoodieTableConfig.DEFAULT_LOG_FILE_FORMAT
Deprecated.
Use
HoodieTableConfig.LOG_FILE_FORMAT and its methods. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<HoodieFileFormat> |
HoodieTableConfig.BASE_FILE_FORMAT |
static ConfigProperty<HoodieFileFormat> |
HoodieTableConfig.LOG_FILE_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
HoodieFileFormat |
HoodieTableConfig.getBaseFileFormat()
Get the base file storage format.
|
HoodieFileFormat |
HoodieTableConfig.getLogFileFormat()
Get the log Storage Format.
|
| Modifier and Type | Method and Description |
|---|---|
Option<HoodieFileFormat> |
HoodieTableConfig.getPartitionMetafileFormat()
Returns the format to use for partition meta files.
|
| Modifier and Type | Method and Description |
|---|---|
abstract HoodieFileFormat |
BaseFileUtils.getFormat() |
HoodieFileFormat |
ParquetUtils.getFormat() |
HoodieFileFormat |
OrcUtils.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
static BaseFileUtils |
BaseFileUtils.getInstance(HoodieFileFormat fileFormat) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.