public abstract class WriteHandleFactory<T,I,K,O> extends Object implements Serializable
| Constructor and Description |
|---|
WriteHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract HoodieWriteHandle<T,I,K,O> |
create(HoodieWriteConfig config,
String commitTime,
HoodieTable<T,I,K,O> hoodieTable,
String partitionPath,
String fileIdPrefix,
TaskContextSupplier taskContextSupplier) |
protected String |
getNextFileId(String idPfx) |
public abstract HoodieWriteHandle<T,I,K,O> create(HoodieWriteConfig config, String commitTime, HoodieTable<T,I,K,O> hoodieTable, String partitionPath, String fileIdPrefix, TaskContextSupplier taskContextSupplier)
Copyright © 2024 The Apache Software Foundation. All rights reserved.