| Package | Description |
|---|---|
| org.apache.hudi.common.table |
| Modifier and Type | Field and Description |
|---|---|
static HoodieTableVersion |
HoodieTableConfig.DEFAULT_TABLE_VERSION
Deprecated.
Use
HoodieTableConfig.VERSION and its methods. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<HoodieTableVersion> |
HoodieTableConfig.INITIAL_VERSION |
static ConfigProperty<HoodieTableVersion> |
HoodieTableConfig.VERSION |
| Modifier and Type | Method and Description |
|---|---|
static HoodieTableVersion |
HoodieTableVersion.current() |
HoodieTableVersion |
HoodieTableConfig.getTableInitialVersion() |
HoodieTableVersion |
HoodieTableConfig.getTableVersion() |
static HoodieTableVersion |
HoodieTableVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieTableVersion[] |
HoodieTableVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static HoodieTableVersion |
HoodieTableVersion.versionFromCode(int versionCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieTableConfig.setTableVersion(HoodieTableVersion tableVersion) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.