| Package | Description |
|---|---|
| org.apache.hudi.common.bootstrap.index | |
| org.apache.hudi.common.bootstrap.index.hfile | |
| org.apache.hudi.common.model |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<HoodieFileGroupId,BootstrapFileMapping> |
BootstrapIndex.IndexReader.getSourceFileMappingForFileIds(List<HoodieFileGroupId> ids)
Lookup Bootstrap index by file group ids.
|
abstract List<BootstrapFileMapping> |
BootstrapIndex.IndexReader.getSourceFileMappingForPartition(String partition)
Lookup bootstrap index by partition.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BootstrapIndex.IndexWriter.appendNextPartition(String partitionPath,
List<BootstrapFileMapping> bootstrapFileMappings)
Append bootstrap index entries for next partitions in sorted order.
|
| Modifier and Type | Method and Description |
|---|---|
Map<HoodieFileGroupId,BootstrapFileMapping> |
HFileBootstrapIndexReader.getSourceFileMappingForFileIds(List<HoodieFileGroupId> ids) |
List<BootstrapFileMapping> |
HFileBootstrapIndexReader.getSourceFileMappingForPartition(String partition) |
| Modifier and Type | Method and Description |
|---|---|
int |
BootstrapFileMapping.compareTo(BootstrapFileMapping o) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.