| 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(org.apache.hadoop.conf.Configuration conf,
String basePath,
boolean loadActiveTimelineOnLoad,
ConsistencyGuardConfig consistencyGuardConfig,
Option<TimelineLayoutVersion> layoutVersion,
String payloadClassName,
FileSystemRetryConfig fileSystemRetryConfig) |
| 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 © 2022 The Apache Software Foundation. All rights reserved.