Uses of Interface
com.pervasive.datarush.io.FileSystem
-
Packages that use FileSystem Package Description com.pervasive.datarush.aws.s3 com.pervasive.datarush.azure com.pervasive.datarush.gcp com.pervasive.datarush.hadoop.io com.pervasive.datarush.io 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 FileSystem Modifier and Type Method Description FileSystemS3FileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileSystem in com.pervasive.datarush.azure
Classes in com.pervasive.datarush.azure that implement FileSystem Modifier and Type Class Description classAzureFileSystemMethods in com.pervasive.datarush.azure that return FileSystem Modifier and Type Method Description FileSystemAzureFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Methods in com.pervasive.datarush.azure with parameters of type FileSystem Modifier and Type Method Description booleanAzureFileSystem. move(FileSystem fromFS, Path from, Path to) -
Uses of FileSystem in com.pervasive.datarush.gcp
Classes in com.pervasive.datarush.gcp that implement FileSystem Modifier and Type Class Description classGcpFileSystemMethods in com.pervasive.datarush.gcp that return FileSystem Modifier and Type Method Description FileSystemGcpFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Methods in com.pervasive.datarush.gcp with parameters of type FileSystem Modifier and Type Method Description booleanGcpFileSystem. 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 FileSystem Modifier and Type Method Description FileSystemHadoopFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileSystem in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileSystem Modifier and Type Method Description FileSystemBuiltinStreamProvider. getFileSystem(FileClient fileClient, FileConfiguration configuration, Path path)FileSystemFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Gets the file system identified by the path.FileSystemFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemLocalFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemSFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)FileSystemURLFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)Methods in com.pervasive.datarush.io with parameters of type FileSystem Modifier and Type Method Description booleanDirectoryFilter. 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 FileSystem Constructor Description UnixStyleGlobbing(FileSystem fs, UnixStyleGlobbing.GlobDefinition glob)Constructs a globber for the specified file system using the defined globbing.
-