| Package | Description |
|---|---|
| org.apache.hudi.common.model | |
| org.apache.hudi.common.table.timeline.dto |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieBaseFile
Hoodie base file - Represents metadata about Hudi file in DFS.
|
| Modifier and Type | Method and Description |
|---|---|
BaseFile |
BootstrapBaseFileMapping.getBootstrapBaseFile() |
| Modifier and Type | Method and Description |
|---|---|
Option<BaseFile> |
HoodieBaseFile.getBootstrapBaseFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieBaseFile.setBootstrapBaseFile(BaseFile bootstrapBaseFile) |
| Constructor and Description |
|---|
BaseFile(BaseFile dataFile) |
HoodieBaseFile(StoragePathInfo pathInfo,
BaseFile bootstrapBaseFile) |
HoodieBaseFile(StoragePathInfo pathInfo,
String fileId,
String commitTime,
BaseFile bootstrapBaseFile) |
HoodieBaseFile(String filePath,
BaseFile bootstrapBaseFile) |
HoodieBaseFile(String filePath,
String fileId,
String commitTime,
BaseFile bootstrapBaseFile) |
| Modifier and Type | Method and Description |
|---|---|
static BaseFileDTO |
BaseFileDTO.fromHoodieBaseFile(BaseFile baseFile) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.