Package io.trino.plugin.hive.fs
Interface DirectoryLister
- All Superinterfaces:
TableInvalidationCallback
- All Known Implementing Classes:
CachingDirectoryLister,TransactionScopeCachingDirectoryLister
-
Method Summary
Modifier and TypeMethodDescriptionlistFilesRecursively(TrinoFileSystem fs, Table table, Location location) Methods inherited from interface io.trino.plugin.hive.TableInvalidationCallback
invalidate, invalidate
-
Method Details
-
listFilesRecursively
RemoteIterator<TrinoFileStatus> listFilesRecursively(TrinoFileSystem fs, Table table, Location location) throws IOException - Throws:
IOException
-