Uses of Interface
com.pervasive.datarush.io.FileSystem
Packages that use FileSystem
Package
Description
Provides classes and interfaces performing file-like I/O operations.
-
Uses of FileSystem in com.pervasive.datarush.aws.s3
Methods in com.pervasive.datarush.aws.s3 that return FileSystemModifier and TypeMethodDescriptionS3FileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileSystem in com.pervasive.datarush.azure
Classes in com.pervasive.datarush.azure that implement FileSystemMethods in com.pervasive.datarush.azure that return FileSystemModifier and TypeMethodDescriptionAzureFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) Methods in com.pervasive.datarush.azure with parameters of type FileSystemModifier and TypeMethodDescriptionbooleanAzureFileSystem.move(FileSystem fromFS, Path from, Path to) -
Uses of FileSystem in com.pervasive.datarush.gcp
Classes in com.pervasive.datarush.gcp that implement FileSystemMethods in com.pervasive.datarush.gcp that return FileSystemModifier and TypeMethodDescriptionGcpFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) Methods in com.pervasive.datarush.gcp with parameters of type FileSystemModifier and TypeMethodDescriptionbooleanGcpFileSystem.move(FileSystem fromFS, Path from, Path to) -
Uses of FileSystem in com.pervasive.datarush.hadoop.io
Methods in com.pervasive.datarush.hadoop.io that return FileSystemModifier and TypeMethodDescriptionHadoopFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileSystem in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileSystemModifier and TypeMethodDescriptionBuiltinStreamProvider.getFileSystem(FileClient fileClient, FileConfiguration configuration, Path path) FileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) Gets the file system identified by the path.FTPFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) LocalFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) SFTPFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) URLFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) Methods in com.pervasive.datarush.io with parameters of type FileSystemModifier and TypeMethodDescriptionbooleanDirectoryFilter.accept(PathDetails entry, FileSystem fileSystem) Indicates whether the filter selects the given path.booleanFileSystem.move(FileSystem fromFS, Path from, Path to) Moves a file or directory from one location to another if possible.Constructors in com.pervasive.datarush.io with parameters of type FileSystemModifierConstructorDescriptionConstructs a globber for the specified file system using the defined globbing.