| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table | |
| org.apache.hudi.common.util |
| Modifier and Type | Method and Description |
|---|---|
static HoodieTableType |
HoodieTableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieTableType[] |
HoodieTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static HoodieTableType |
HoodieTableConfig.DEFAULT_TABLE_TYPE
Deprecated.
Use
HoodieTableConfig.TYPE and its methods. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<HoodieTableType> |
HoodieTableConfig.TYPE |
| Modifier and Type | Method and Description |
|---|---|
HoodieTableType |
HoodieTableMetaClient.getTableType() |
HoodieTableType |
HoodieTableConfig.getTableType()
Read the table type from the table properties and if not found, return the default.
|
| Modifier and Type | Method and Description |
|---|---|
HoodieTableMetaClient.PropertyBuilder |
HoodieTableMetaClient.PropertyBuilder.setTableType(HoodieTableType tableType) |
| Modifier and Type | Method and Description |
|---|---|
static String |
CommitUtils.getCommitActionType(HoodieTableType tableType)
Gets the commit action type for given table type.
|
static String |
CommitUtils.getCommitActionType(WriteOperationType operation,
HoodieTableType tableType)
Gets the commit action type for given write operation and table type.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.