| Package | Description |
|---|---|
| org.apache.hudi.common.util | |
| org.apache.hudi.storage |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileIOUtils.copy(HoodieStorage srcStorage,
StoragePath src,
HoodieStorage dstStorage,
StoragePath dst,
boolean deleteSource,
boolean overwrite) |
static boolean |
FileIOUtils.copy(HoodieStorage srcStorage,
StoragePathInfo srcPathInfo,
HoodieStorage dstStorage,
StoragePath dst,
boolean deleteSource,
boolean overwrite)
Copy files between FileSystems.
|
static void |
FileIOUtils.copy(HoodieStorage storage,
StoragePath sourceFilePath,
StoragePath destFilePath)
Copies the file content from source path to destination path.
|
static void |
FileIOUtils.createFileInPath(HoodieStorage storage,
StoragePath fullPath,
Option<HoodieInstantWriter> contentWriter) |
static void |
FileIOUtils.createFileInPath(HoodieStorage storage,
StoragePath fullPath,
Option<HoodieInstantWriter> contentWriter,
boolean ignoreIOE) |
static Option<byte[]> |
FileIOUtils.readDataFromPath(HoodieStorage storage,
StoragePath detailPath) |
static Option<byte[]> |
FileIOUtils.readDataFromPath(HoodieStorage storage,
StoragePath detailPath,
boolean ignoreIOE) |
| Modifier and Type | Method and Description |
|---|---|
abstract HoodieStorage |
HoodieStorage.getRawStorage() |
abstract HoodieStorage |
HoodieStorage.newInstance(StoragePath path,
StorageConfiguration<?> storageConf) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.