| Package | Description |
|---|---|
| org.apache.hudi.common.util | |
| org.apache.hudi.storage |
| Modifier and Type | Method and Description |
|---|---|
static void |
FileIOUtils.createFileInPath(HoodieStorage storage,
StoragePath fullPath,
Option<HoodieInstantWriter> contentWriter) |
static void |
FileIOUtils.createFileInPath(HoodieStorage storage,
StoragePath fullPath,
Option<HoodieInstantWriter> contentWriter,
boolean ignoreIOE) |
| Modifier and Type | Method and Description |
|---|---|
static HoodieInstantWriter |
HoodieInstantWriter.convertByteArrayToWriter(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
HoodieStorage.createImmutableFileInPath(StoragePath path,
Option<HoodieInstantWriter> contentWriter)
Creates a new file with overwrite set to false.
|
void |
HoodieStorage.createImmutableFileInPath(StoragePath path,
Option<HoodieInstantWriter> contentWriter,
boolean needTempFile)
Creates a new file with overwrite set to false.
|
Copyright © 2025 The Apache Software Foundation. All rights reserved.