Package io.trino.plugin.hive
Interface DirectoryLister
-
- All Known Implementing Classes:
CachingDirectoryLister
public interface DirectoryLister
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.LocatedFileStatus>list(org.apache.hadoop.fs.FileSystem fs, Table table, org.apache.hadoop.fs.Path path)
-
-
-
Method Detail
-
list
org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.fs.LocatedFileStatus> list(org.apache.hadoop.fs.FileSystem fs, Table table, org.apache.hadoop.fs.Path path) throws IOException- Throws:
IOException
-
-