public abstract class BucketAssigners extends Object
BucketAssigner.| Modifier and Type | Method and Description |
|---|---|
static BucketAssigner |
create(int taskID,
int maxParallelism,
int numTasks,
boolean ignoreSmallFiles,
HoodieTableType tableType,
HoodieFlinkEngineContext context,
HoodieWriteConfig config)
Creates a
BucketAssigner. |
public static BucketAssigner create(int taskID, int maxParallelism, int numTasks, boolean ignoreSmallFiles, HoodieTableType tableType, HoodieFlinkEngineContext context, HoodieWriteConfig config)
BucketAssigner.taskID - The task IDmaxParallelism - The max parallelismnumTasks - The number of tasksignoreSmallFiles - Whether to ignore the small filestableType - The table typecontext - The engine contextconfig - The configurationCopyright © 2023 The Apache Software Foundation. All rights reserved.