| Package | Description |
|---|---|
| org.apache.hudi.common.fs | |
| org.apache.hudi.common.table |
| Modifier and Type | Method and Description |
|---|---|
FileSystemRetryConfig |
FileSystemRetryConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemRetryConfig |
HoodieTableMetaClient.getFileSystemRetryConfig() |
| Modifier and Type | Method and Description |
|---|---|
HoodieTableMetaClient.Builder |
HoodieTableMetaClient.Builder.setFileSystemRetryConfig(FileSystemRetryConfig fileSystemRetryConfig) |
| 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.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.