| Package | Description |
|---|---|
| org.apache.hudi.client.bootstrap | |
| org.apache.hudi.client.bootstrap.selector | |
| org.apache.hudi.config |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapMode |
BootstrapMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapMode[] |
BootstrapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BootstrapMode,List<String>> |
BootstrapRegexModeSelector.select(List<Pair<String,List<HoodieFileStatus>>> partitions) |
Map<BootstrapMode,List<String>> |
UniformBootstrapModeSelector.select(List<Pair<String,List<HoodieFileStatus>>> partitions) |
abstract Map<BootstrapMode,List<String>> |
BootstrapModeSelector.select(List<Pair<String,List<HoodieFileStatus>>> partitions)
Classify partitions for the purpose of bootstrapping.
|
| Constructor and Description |
|---|
UniformBootstrapModeSelector(HoodieWriteConfig bootstrapConfig,
BootstrapMode bootstrapMode) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapMode |
HoodieWriteConfig.getBootstrapModeForRegexMatch() |
| Modifier and Type | Method and Description |
|---|---|
HoodieBootstrapConfig.Builder |
HoodieBootstrapConfig.Builder.withBootstrapModeForRegexMatch(BootstrapMode modeForRegexMatch) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.