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 FileSystem
S3FileSystemProvider. 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 class
AzureFileSystem
Methods in com.pervasive.datarush.azure that return FileSystem Modifier and Type Method Description FileSystem
AzureFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
Methods in com.pervasive.datarush.azure with parameters of type FileSystem Modifier and Type Method Description boolean
AzureFileSystem. 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 class
GcpFileSystem
Methods in com.pervasive.datarush.gcp that return FileSystem Modifier and Type Method Description FileSystem
GcpFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
Methods in com.pervasive.datarush.gcp with parameters of type FileSystem Modifier and Type Method Description boolean
GcpFileSystem. 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 FileSystem
HadoopFileSystemProvider. 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 FileSystem
BuiltinStreamProvider. getFileSystem(FileClient fileClient, FileConfiguration configuration, Path path)
FileSystem
FileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
Gets the file system identified by the path.FileSystem
FTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
LocalFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
SFTPFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
FileSystem
URLFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path)
Methods in com.pervasive.datarush.io with parameters of type FileSystem Modifier and Type Method Description boolean
DirectoryFilter. accept(PathDetails entry, FileSystem fileSystem)
Indicates whether the filter selects the given path.boolean
FileSystem. 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.
-