| Package | Description |
|---|---|
| org.apache.hudi.common.table | |
| org.apache.hudi.common.table.timeline | |
| org.apache.hudi.common.table.timeline.versioning |
| Modifier and Type | Method and Description |
|---|---|
TimelineLayoutVersion |
HoodieTableMetaClient.getTimelineLayoutVersion() |
| Modifier and Type | Method and Description |
|---|---|
Option<TimelineLayoutVersion> |
HoodieTableConfig.getTimelineLayoutVersion() |
| Modifier and Type | Method and Description |
|---|---|
HoodieTableMetaClient.Builder |
HoodieTableMetaClient.Builder.setLayoutVersion(Option<TimelineLayoutVersion> layoutVersion) |
| Constructor and Description |
|---|
HoodieTableMetaClient(HoodieStorage storage,
String basePath,
boolean loadActiveTimelineOnLoad,
ConsistencyGuardConfig consistencyGuardConfig,
Option<TimelineLayoutVersion> layoutVersion,
String payloadClassName,
String recordMergerStrategy,
HoodieTimeGeneratorConfig timeGeneratorConfig,
FileSystemRetryConfig fileSystemRetryConfig)
Instantiate HoodieTableMetaClient.
|
| Modifier and Type | Method and Description |
|---|---|
static TimelineLayout |
TimelineLayout.getLayout(TimelineLayoutVersion version) |
| Modifier and Type | Field and Description |
|---|---|
static TimelineLayoutVersion |
TimelineLayoutVersion.CURR_LAYOUT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
int |
TimelineLayoutVersion.compareTo(TimelineLayoutVersion o) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.