public abstract class UniformBootstrapModeSelector extends BootstrapModeSelector
writeConfig| Constructor and Description |
|---|
UniformBootstrapModeSelector(HoodieWriteConfig bootstrapConfig,
BootstrapMode bootstrapMode) |
| Modifier and Type | Method and Description |
|---|---|
Map<BootstrapMode,List<String>> |
select(List<Pair<String,List<HoodieFileStatus>>> partitions)
Classify partitions for the purpose of bootstrapping.
|
public UniformBootstrapModeSelector(HoodieWriteConfig bootstrapConfig, BootstrapMode bootstrapMode)
public Map<BootstrapMode,List<String>> select(List<Pair<String,List<HoodieFileStatus>>> partitions)
BootstrapModeSelectorselect in class BootstrapModeSelectorpartitions - List of partitions with files present in each partitionsCopyright © 2023 The Apache Software Foundation. All rights reserved.