Uses of Class
io.trino.plugin.exchange.filesystem.FileStatus
Packages that use FileStatus
Package
Description
-
Uses of FileStatus in io.trino.plugin.exchange.filesystem
Methods in io.trino.plugin.exchange.filesystem that return types with arguments of type FileStatusModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<List<FileStatus>> FileSystemExchangeStorage.listFilesRecursively(URI dir) -
Uses of FileStatus in io.trino.plugin.exchange.filesystem.azure
Methods in io.trino.plugin.exchange.filesystem.azure that return types with arguments of type FileStatusModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<List<FileStatus>> AzureBlobFileSystemExchangeStorage.listFilesRecursively(URI dir) -
Uses of FileStatus in io.trino.plugin.exchange.filesystem.local
Methods in io.trino.plugin.exchange.filesystem.local that return types with arguments of type FileStatusModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<List<FileStatus>> LocalFileSystemExchangeStorage.listFilesRecursively(URI dir) -
Uses of FileStatus in io.trino.plugin.exchange.filesystem.s3
Methods in io.trino.plugin.exchange.filesystem.s3 that return types with arguments of type FileStatusModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<List<FileStatus>> S3FileSystemExchangeStorage.listFilesRecursively(URI dir)