| Package | Description |
|---|---|
| org.apache.hudi.common.bootstrap.index | |
| 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.
|
Map<HoodieFileGroupId,BootstrapFileMapping> |
HFileBootstrapIndex.HFileBootstrapIndexReader.getSourceFileMappingForFileIds(List<HoodieFileGroupId> ids) |
abstract List<BootstrapFileMapping> |
BootstrapIndex.IndexReader.getSourceFileMappingForPartition(String partition)
Lookup bootstrap index by partition.
|
List<BootstrapFileMapping> |
HFileBootstrapIndex.HFileBootstrapIndexReader.getSourceFileMappingForPartition(String 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.
|
void |
HFileBootstrapIndex.HFileBootstrapIndexWriter.appendNextPartition(String partitionPath,
List<BootstrapFileMapping> bootstrapFileMappings) |
| Modifier and Type | Method and Description |
|---|---|
int |
BootstrapFileMapping.compareTo(BootstrapFileMapping o) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.