| Package | Description |
|---|---|
| org.apache.hudi.sink.partitioner | |
| org.apache.hudi.sink.partitioner.profile |
| Constructor and Description |
|---|
BucketAssigner(int taskID,
int maxParallelism,
int numTasks,
WriteProfile profile,
HoodieWriteConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
DeltaWriteProfile
WriteProfile for MERGE_ON_READ table type, this allows auto correction of small parquet files to larger ones
without the need for an index in the logFile.
|
class |
EmptyWriteProfile
WriteProfile that always return empty small files.
|
| Modifier and Type | Method and Description |
|---|---|
static WriteProfile |
WriteProfiles.singleton(boolean ignoreSmallFiles,
boolean delta,
HoodieWriteConfig config,
HoodieFlinkEngineContext context) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.