| 程序包 | 说明 |
|---|---|
| org.apache.paimon.fs | |
| org.apache.paimon.fs.hadoop | |
| org.apache.paimon.fs.local |
| 限定符和类型 | 方法和说明 |
|---|---|
FileStatus |
FileIO.getFileStatus(Path path)
Return a file status object that represents the path.
|
FileStatus |
PluginFileIO.getFileStatus(Path path) |
FileStatus[] |
FileIO.listStatus(Path path)
List the statuses of the files/directories in the given path if the path is a directory.
|
FileStatus[] |
PluginFileIO.listStatus(Path path) |
| 限定符和类型 | 方法和说明 |
|---|---|
FileStatus |
HadoopFileIO.getFileStatus(Path path) |
FileStatus[] |
HadoopFileIO.listStatus(Path path) |
| 限定符和类型 | 方法和说明 |
|---|---|
FileStatus |
LocalFileIO.getFileStatus(Path path) |
FileStatus[] |
LocalFileIO.listStatus(Path path) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.