| Package | Description |
|---|---|
| org.apache.paimon.fs | |
| org.apache.paimon.fs.hadoop | |
| org.apache.paimon.jindo | |
| org.apache.paimon.oss | |
| org.apache.paimon.s3 |
| Modifier and Type | Method and Description |
|---|---|
default RemoteIterator<FileStatus> |
FileIO.listFilesIterative(Path path,
boolean recursive)
List the statuses of the files iteratively in the given path if the path is a directory.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<FileStatus> |
HadoopFileIO.listFilesIterative(Path path,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<FileStatus> |
JindoFileIO.listFilesIterative(Path path,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<FileStatus> |
HadoopCompliantFileIO.listFilesIterative(Path path,
boolean recursive) |
RemoteIterator<FileStatus> |
OSSFileIO.listFilesIterative(Path path,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
RemoteIterator<FileStatus> |
HadoopCompliantFileIO.listFilesIterative(Path path,
boolean recursive) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.