Uses of Class
com.pervasive.datarush.io.configuration.FileConfiguration
-
Packages that use FileConfiguration 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.com.pervasive.datarush.io.configuration 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 FileConfiguration Modifier and Type Method Description static FileConfigurationS3CredentialsHelper. createTemplate()FileConfigurationS3FileSystemProvider. getConfigurationTemplate()Methods in com.pervasive.datarush.aws.s3 that return types with arguments of type FileConfiguration Modifier and Type Method Description Map<String,FileConfiguration>S3FileSystemProvider. getDefaultConfiguration()Methods in com.pervasive.datarush.aws.s3 with parameters of type FileConfiguration Modifier and Type Method Description static StringS3CredentialsHelper. getAccessKey(FileConfiguration creds)static URIS3CredentialsHelper. getEndpointURL(FileConfiguration creds)FileSystemS3FileSystemProvider. 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 FileConfiguration Modifier and Type Field Description protected FileConfigurationAbstractAzureClient.AzureCredentials. credentialsMethods in com.pervasive.datarush.azure that return FileConfiguration Modifier and Type Method Description static FileConfigurationAzureCredentialsHelper. createTemplate()FileConfigurationAzureFileSystemProvider. getConfigurationTemplate()Methods in com.pervasive.datarush.azure that return types with arguments of type FileConfiguration Modifier and Type Method Description Map<String,FileConfiguration>AzureFileSystemProvider. getDefaultConfiguration()Methods in com.pervasive.datarush.azure with parameters of type FileConfiguration Modifier and Type Method Description static 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)FileSystemAzureFileSystemProvider. 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 Constructor Description AzureCredentials(FileConfiguration credentials) -
Uses of FileConfiguration in com.pervasive.datarush.gcp
Methods in com.pervasive.datarush.gcp that return FileConfiguration Modifier and Type Method Description static FileConfigurationGcpCredentialsHelper. createTemplate()FileConfigurationGcpFileSystemProvider. getConfigurationTemplate()Methods in com.pervasive.datarush.gcp that return types with arguments of type FileConfiguration Modifier and Type Method Description Map<String,FileConfiguration>GcpFileSystemProvider. getDefaultConfiguration()Methods in com.pervasive.datarush.gcp with parameters of type FileConfiguration Modifier and Type Method Description static StringGcpCredentialsHelper. getClientEmail(FileConfiguration creds)static StringGcpCredentialsHelper. getClientId(FileConfiguration creds)FileSystemGcpFileSystemProvider. 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 FileConfiguration Modifier and Type Method Description FileConfigurationHadoopFileSystemProvider. getConfigurationTemplate()Methods in com.pervasive.datarush.hadoop.io that return types with arguments of type FileConfiguration Modifier and Type Method Description Map<String,FileConfiguration>HadoopFileSystemProvider. getDefaultConfiguration()Methods in com.pervasive.datarush.hadoop.io with parameters of type FileConfiguration Modifier and Type Method Description FileSystemHadoopFileSystemProvider. getFileSystem(FileClient client, FileConfiguration configuration, Path path) -
Uses of FileConfiguration in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileConfiguration Modifier and Type Method Description FileConfigurationBuiltinStreamProvider. getConfigurationTemplate()FileConfigurationFileSystemProvider. getConfigurationTemplate()Returns a non-populated configuration object to server as a template that the user must fill-in.FileConfigurationFTPFileSystemProvider. getConfigurationTemplate()FileConfigurationLocalFileSystemProvider. getConfigurationTemplate()FileConfigurationSFTPFileSystemProvider. getConfigurationTemplate()FileConfigurationURLFileSystemProvider. getConfigurationTemplate()Methods in com.pervasive.datarush.io that return types with arguments of type FileConfiguration Modifier and Type Method Description Map<String,FileConfiguration>BuiltinStreamProvider. getDefaultConfiguration()Map<String,FileConfiguration>FileSystemProvider. getDefaultConfiguration()Gets default configuration for the schemes handled by the provider.Map<String,FileConfiguration>FTPFileSystemProvider. getDefaultConfiguration()Map<String,FileConfiguration>LocalFileSystemProvider. getDefaultConfiguration()static Map<String,FileConfiguration>Paths. getDefaultConfiguration()Collects the default configuration for all installed providers.Map<String,FileConfiguration>SFTPFileSystemProvider. getDefaultConfiguration()Map<String,FileConfiguration>URLFileSystemProvider. getDefaultConfiguration()Methods in com.pervasive.datarush.io with parameters of type FileConfiguration 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) -
Uses of FileConfiguration in com.pervasive.datarush.io.configuration
Fields in com.pervasive.datarush.io.configuration declared as FileConfiguration Modifier and Type Field Description static FileConfigurationFileConfiguration. EMPTY_CONFIGURATIONAny empty configuration object.Methods in com.pervasive.datarush.io.configuration that return FileConfiguration Modifier and Type Method Description static 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 fieldsFileConfigurationFileMetaConfiguration.Entry. getConfiguration()Returns the configuration to use for paths that start with the given prefixFileConfigurationFileMetaConfiguration. getConfiguration(Path path)Returns the configuration to be used for the given path orEMPTY_CONFIGURATIONif none found.FileConfigurationFileConfiguration. 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 FileConfiguration Modifier and Type Method Description static FileMetaConfiguration.EntryFileMetaConfiguration. entry(Path prefix, FileConfiguration configuration)Creates a new entryFileConfigurationFileConfiguration. override(FileConfiguration overrides)Creates a new FileConfiguration object equal to this configuration with its values overridden by the specified values
-