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