| Class | Description |
|---|---|
| BaseConsistentHashingBucketClusteringPlanStrategy<T extends HoodieRecordPayload,I,K,O> |
Clustering plan strategy specifically for consistent bucket index.
|
| ClusteringExecutionStrategy<T,I,K,O> |
Pluggable implementation for writing data into new file groups based on ClusteringPlan.
|
| ClusteringPlanStrategy<T,I,K,O> |
Pluggable implementation for scheduling clustering and creating ClusteringPlan.
|
| PartitionAwareClusteringPlanStrategy<T,I,K,O> |
Scheduling strategy with restriction that clustering groups can only contain files from same partition.
|
| UpdateStrategy<T,I> |
When file groups in clustering, write records to these file group need to check.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.