| Package | Description |
|---|---|
| org.apache.hudi.common.util | |
| org.apache.hudi.storage |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FileIOUtils.copy(HoodieStorage srcStorage,
StoragePathInfo srcPathInfo,
HoodieStorage dstStorage,
StoragePath dst,
boolean deleteSource,
boolean overwrite)
Copy files between FileSystems.
|
| Modifier and Type | Method and Description |
|---|---|
abstract StoragePathInfo |
HoodieStorage.getPathInfo(StoragePath path)
Returns a
StoragePathInfo object that represents the path. |
| Modifier and Type | Method and Description |
|---|---|
List<StoragePathInfo> |
HoodieStorage.globEntries(StoragePath pathPattern)
Returns all the files that match the pathPattern and are not checksum files.
|
abstract List<StoragePathInfo> |
HoodieStorage.globEntries(StoragePath pathPattern,
StoragePathFilter filter)
Returns all the files that match the pathPattern and are not checksum files,
and filters the results.
|
List<StoragePathInfo> |
HoodieStorage.listDirectEntries(List<StoragePath> pathList)
Lists the file info of the direct files/directories in the given list of paths,
if the paths are directory.
|
List<StoragePathInfo> |
HoodieStorage.listDirectEntries(List<StoragePath> pathList,
StoragePathFilter filter)
Lists the file info of the direct files/directories in the given list of paths
and filters the results, if the paths are directory.
|
abstract List<StoragePathInfo> |
HoodieStorage.listDirectEntries(StoragePath path)
Lists the path info of the direct files/directories in the given path if the path is a directory.
|
abstract List<StoragePathInfo> |
HoodieStorage.listDirectEntries(StoragePath path,
StoragePathFilter filter)
Lists the path info of the direct files/directories in the given path
and filters the results, if the path is a directory.
|
abstract List<StoragePathInfo> |
HoodieStorage.listFiles(StoragePath path)
Lists the path info of all files under the give path recursively.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StoragePathInfo.compareTo(StoragePathInfo o) |
Copyright © 2025 The Apache Software Foundation. All rights reserved.