| Package | Description |
|---|---|
| org.apache.hudi.common.table.timeline.dto |
| Modifier and Type | Method and Description |
|---|---|
static FileGroupDTO |
FileGroupDTO.fromFileGroup(HoodieFileGroup fileGroup,
boolean includeTimeline) |
| Modifier and Type | Method and Description |
|---|---|
static List<FileGroupDTO> |
DTOUtils.fileGroupDTOsfromFileGroups(List<HoodieFileGroup> fileGroups) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieFileGroup |
FileGroupDTO.toFileGroup(FileGroupDTO dto,
HoodieTimeline fgTimeline) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<HoodieFileGroup> |
DTOUtils.fileGroupDTOsToFileGroups(List<FileGroupDTO> dtos,
HoodieTableMetaClient metaClient) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.