| Package | Description |
|---|---|
| org.apache.hudi.index.bucket | |
| org.apache.hudi.table.action.cluster.strategy | |
| org.apache.hudi.table.action.cluster.util |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Map<String,Integer>> |
ConsistentBucketIndexUtils.generatePartitionToFileIdPfxIdxMap(Map<String,ConsistentBucketIdentifier> partitionToIdentifier)
Initialize fileIdPfx for each data partition.
|
| Modifier and Type | Method and Description |
|---|---|
protected Triple<List<HoodieClusteringGroup>,Integer,List<FileSlice>> |
BaseConsistentHashingBucketClusteringPlanStrategy.buildMergeClusteringGroup(ConsistentBucketIdentifier identifier,
List<FileSlice> fileSlices,
int mergeSlot)
Generate clustering group according to merge rules
|
protected Triple<List<HoodieClusteringGroup>,Integer,List<FileSlice>> |
BaseConsistentHashingBucketClusteringPlanStrategy.buildSplitClusteringGroups(ConsistentBucketIdentifier identifier,
List<FileSlice> fileSlices,
int splitSlot)
Generate clustering groups according to split rules.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Pair<String,ConsistentBucketIdentifier>> |
ConsistentHashingUpdateStrategyUtils.constructPartitionToIdentifier(Set<String> partitions,
HoodieTable table)
Construct identifier for the given partitions that are under concurrent resizing (i.e., clustering).
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.