public class HoodieFileWriterFactory extends Object
| Constructor and Description |
|---|
HoodieFileWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends HoodieRecordPayload,R extends org.apache.avro.generic.IndexedRecord,I,K,O> |
getFileWriter(String instantTime,
org.apache.hadoop.fs.Path path,
HoodieTable<T,I,K,O> hoodieTable,
HoodieWriteConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier) |
public static <T extends HoodieRecordPayload,R extends org.apache.avro.generic.IndexedRecord,I,K,O> HoodieFileWriter<R> getFileWriter(String instantTime, org.apache.hadoop.fs.Path path, HoodieTable<T,I,K,O> hoodieTable, HoodieWriteConfig config, org.apache.avro.Schema schema, TaskContextSupplier taskContextSupplier) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.