| Package | Description |
|---|---|
| org.apache.hudi.storage |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.