public class BootstrapRegexModeSelector extends BootstrapModeSelector
writeConfig| Constructor and Description |
|---|
BootstrapRegexModeSelector(HoodieWriteConfig writeConfig) |
| 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 BootstrapRegexModeSelector(HoodieWriteConfig writeConfig)
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 © 2022 The Apache Software Foundation. All rights reserved.