| Interface | Description |
|---|---|
| HudiSplitWeightProvider |
An interface to provide the logic to calculate Hudi split weight
|
| Class | Description |
|---|---|
| HudiBackgroundSplitLoader |
A runnable to load Hudi splits asynchronously in the background
|
| HudiPartitionSplitGenerator |
A runnable to take partition names from a queue of partitions to process,
generate Hudi splits from the partition, and add the splits to the async
ConnectorSplit queue.
|
| SizeBasedSplitWeightProvider |
Hudi split weight provider based on the split size.
|
| Annotation Type | Description |
|---|---|
| ForHudiBackgroundSplitLoader | |
| ForHudiSplitAsyncQueue | |
| ForHudiSplitSource |
Copyright © 2012–2024. All rights reserved.