| Package | Description |
|---|---|
| org.apache.hudi.common.engine | |
| org.apache.hudi.io.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalTaskContextSupplier
Supplier of task context using local Java engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected TaskContextSupplier |
HoodieEngineContext.taskContextSupplier |
| Modifier and Type | Method and Description |
|---|---|
TaskContextSupplier |
HoodieEngineContext.getTaskContextSupplier() |
| Constructor and Description |
|---|
HoodieEngineContext(StorageConfiguration<?> storageConf,
TaskContextSupplier taskContextSupplier) |
HoodieLocalEngineContext(StorageConfiguration<?> conf,
TaskContextSupplier taskContextSupplier) |
| Modifier and Type | Method and Description |
|---|---|
static <T,I,K,O> HoodieFileWriter |
HoodieFileWriterFactory.getFileWriter(String instantTime,
StoragePath path,
HoodieStorage storage,
HoodieConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier,
HoodieRecord.HoodieRecordType recordType) |
protected <T,I,K,O> HoodieFileWriter |
HoodieFileWriterFactory.getFileWriterByFormat(String extension,
String instantTime,
StoragePath path,
HoodieConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier) |
protected HoodieFileWriter |
HoodieFileWriterFactory.newHFileFileWriter(String instantTime,
StoragePath path,
HoodieConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier) |
protected HoodieFileWriter |
HoodieFileWriterFactory.newOrcFileWriter(String instantTime,
StoragePath path,
HoodieConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier) |
protected HoodieFileWriter |
HoodieFileWriterFactory.newParquetFileWriter(String instantTime,
StoragePath path,
HoodieConfig config,
org.apache.avro.Schema schema,
TaskContextSupplier taskContextSupplier) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.