Package | Description |
---|---|
com.pervasive.datarush.aws.s3 | |
com.pervasive.datarush.azure | |
com.pervasive.datarush.io |
Provides classes and interfaces performing file-like I/O operations.
|
Modifier and Type | Method and Description |
---|---|
FileSystem |
S3FileSystemProvider.getFileSystem(FileClient client,
FileConfiguration configuration,
Path path) |
Modifier and Type | Class and Description |
---|---|
class |
AzureFileSystem |
Modifier and Type | Method and Description |
---|---|
FileSystem |
AzureFileSystemProvider.getFileSystem(FileClient client,
FileConfiguration configuration,
Path path) |
Modifier and Type | Method and Description |
---|---|
boolean |
AzureFileSystem.move(FileSystem fromFS,
Path from,
Path to) |
Modifier and Type | Method and Description |
---|---|
FileSystem |
HadoopFileSystemProvider.getFileSystem(FileClient client,
FileConfiguration configuration,
Path path) |
FileSystem |
URLFileSystemProvider.getFileSystem(FileClient client,
FileConfiguration configuration,
Path path) |
FileSystem |
SFTPFileSystemProvider.getFileSystem(FileClient client,
FileConfiguration configuration,
Path path) |
FileSystem |
LocalFileSystemProvider.getFileSystem(FileClient client,
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 |
BuiltinStreamProvider.getFileSystem(FileClient fileClient,
FileConfiguration configuration,
Path path) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
UnixStyleGlobbing(FileSystem fs,
UnixStyleGlobbing.GlobDefinition glob)
Constructs a globber for the specified file system using the
defined globbing.
|
Copyright © 2020 Actian Corporation. All rights reserved.