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