Uses of Class
com.pervasive.datarush.io.configuration.FileConfiguration
Packages that use FileConfiguration
Package
Description
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces associated with filesystem configuration
-
Uses of FileConfiguration in com.pervasive.datarush.aws.s3
Methods in com.pervasive.datarush.aws.s3 that return FileConfigurationModifier and TypeMethodDescriptionstatic FileConfigurationS3CredentialsHelper.createTemplate()S3FileSystemProvider.getConfigurationTemplate()Methods in com.pervasive.datarush.aws.s3 that return types with arguments of type FileConfigurationMethods in com.pervasive.datarush.aws.s3 with parameters of type FileConfigurationModifier and TypeMethodDescriptionstatic StringS3CredentialsHelper.getAccessKey(FileConfiguration creds) static URIS3CredentialsHelper.getEndpointURL(FileConfiguration creds) S3FileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) static StringS3CredentialsHelper.getRegion(FileConfiguration creds) static StringS3CredentialsHelper.getSecretKey(FileConfiguration creds) -
Uses of FileConfiguration in com.pervasive.datarush.azure
Fields in com.pervasive.datarush.azure declared as FileConfigurationModifier and TypeFieldDescriptionprotected final FileConfigurationAbstractAzureClient.AzureCredentials.credentialsMethods in com.pervasive.datarush.azure that return FileConfigurationModifier and TypeMethodDescriptionstatic FileConfigurationAzureCredentialsHelper.createTemplate()AzureFileSystemProvider.getConfigurationTemplate()Methods in com.pervasive.datarush.azure that return types with arguments of type FileConfigurationMethods in com.pervasive.datarush.azure with parameters of type FileConfigurationModifier and TypeMethodDescriptionstatic StringAzureCredentialsHelper.getAccountKey(FileConfiguration creds) static StringAzureCredentialsHelper.getAccountName(FileConfiguration creds) static AzureAuthTypeAzureCredentialsHelper.getAzureAuthType(FileConfiguration creds) static StringAzureCredentialsHelper.getClientId(FileConfiguration creds) static StringAzureCredentialsHelper.getClientSecret(FileConfiguration creds) static StringAzureCredentialsHelper.getEndpointProtocol(FileConfiguration creds) AzureFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) static StringAzureCredentialsHelper.getSasKey(FileConfiguration creds) static StringAzureCredentialsHelper.getTenantId(FileConfiguration creds) Constructors in com.pervasive.datarush.azure with parameters of type FileConfiguration -
Uses of FileConfiguration in com.pervasive.datarush.gcp
Methods in com.pervasive.datarush.gcp that return FileConfigurationModifier and TypeMethodDescriptionstatic FileConfigurationGcpCredentialsHelper.createTemplate()GcpFileSystemProvider.getConfigurationTemplate()Methods in com.pervasive.datarush.gcp that return types with arguments of type FileConfigurationMethods in com.pervasive.datarush.gcp with parameters of type FileConfigurationModifier and TypeMethodDescriptionstatic StringGcpCredentialsHelper.getClientEmail(FileConfiguration creds) static StringGcpCredentialsHelper.getClientId(FileConfiguration creds) GcpFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) static StringGcpCredentialsHelper.getGoogleCredential(FileConfiguration creds) static StringGcpCredentialsHelper.getPrivateKey(FileConfiguration creds) static StringGcpCredentialsHelper.getPrivateKeyId(FileConfiguration creds) static StringGcpCredentialsHelper.getProjectId(FileConfiguration creds) static StringGcpCredentialsHelper.getQuotaProjectId(FileConfiguration creds) static StringGcpCredentialsHelper.getTokenUri(FileConfiguration creds) -
Uses of FileConfiguration in com.pervasive.datarush.hadoop.io
Methods in com.pervasive.datarush.hadoop.io that return FileConfigurationMethods in com.pervasive.datarush.hadoop.io that return types with arguments of type FileConfigurationMethods in com.pervasive.datarush.hadoop.io with parameters of type FileConfigurationModifier and TypeMethodDescriptionHadoopFileSystemProvider.getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileConfiguration in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileConfigurationModifier and TypeMethodDescriptionBuiltinStreamProvider.getConfigurationTemplate()FileSystemProvider.getConfigurationTemplate()Returns a non-populated configuration object to server as a template that the user must fill-in.FTPFileSystemProvider.getConfigurationTemplate()LocalFileSystemProvider.getConfigurationTemplate()SFTPFileSystemProvider.getConfigurationTemplate()URLFileSystemProvider.getConfigurationTemplate()Methods in com.pervasive.datarush.io that return types with arguments of type FileConfigurationModifier and TypeMethodDescriptionBuiltinStreamProvider.getDefaultConfiguration()FileSystemProvider.getDefaultConfiguration()Gets default configuration for the schemes handled by the provider.FTPFileSystemProvider.getDefaultConfiguration()LocalFileSystemProvider.getDefaultConfiguration()static Map<String,FileConfiguration> Paths.getDefaultConfiguration()Collects the default configuration for all installed providers.SFTPFileSystemProvider.getDefaultConfiguration()URLFileSystemProvider.getDefaultConfiguration()Methods in com.pervasive.datarush.io with parameters of type FileConfigurationModifier 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) -
Uses of FileConfiguration in com.pervasive.datarush.io.configuration
Fields in com.pervasive.datarush.io.configuration declared as FileConfigurationModifier and TypeFieldDescriptionstatic final FileConfigurationFileConfiguration.EMPTY_CONFIGURATIONAny empty configuration object.Methods in com.pervasive.datarush.io.configuration that return FileConfigurationModifier and TypeMethodDescriptionstatic FileConfigurationFileConfiguration.configuration(ConfigurationField... fields) Creates a configuration object consisting of an ordered list of fieldsstatic FileConfigurationFileConfiguration.configuration(List<ConfigurationField> fields) Creates a configuration object consisting of an ordered list of fieldsFileMetaConfiguration.Entry.getConfiguration()Returns the configuration to use for paths that start with the given prefixFileMetaConfiguration.getConfiguration(Path path) Returns the configuration to be used for the given path orEMPTY_CONFIGURATIONif none found.FileConfiguration.override(FileConfiguration overrides) Creates a new FileConfiguration object equal to this configuration with its values overridden by the specified valuesMethods in com.pervasive.datarush.io.configuration with parameters of type FileConfigurationModifier and TypeMethodDescriptionstatic FileMetaConfiguration.EntryFileMetaConfiguration.entry(Path prefix, FileConfiguration configuration) Creates a new entryFileConfiguration.override(FileConfiguration overrides) Creates a new FileConfiguration object equal to this configuration with its values overridden by the specified values