public class AppendHandleFactory<T extends HoodieRecordPayload,I,K,O> extends WriteHandleFactory<T,I,K,O>
| Constructor and Description |
|---|
AppendHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
HoodieAppendHandle<T,I,K,O> |
create(HoodieWriteConfig hoodieConfig,
String commitTime,
HoodieTable<T,I,K,O> hoodieTable,
String partitionPath,
String fileIdPrefix,
TaskContextSupplier sparkTaskContextSupplier) |
getNextFileIdpublic HoodieAppendHandle<T,I,K,O> create(HoodieWriteConfig hoodieConfig, String commitTime, HoodieTable<T,I,K,O> hoodieTable, String partitionPath, String fileIdPrefix, TaskContextSupplier sparkTaskContextSupplier)
create in class WriteHandleFactory<T extends HoodieRecordPayload,I,K,O>Copyright © 2022 The Apache Software Foundation. All rights reserved.