Uses of Class
com.pervasive.datarush.io.configuration.FileMetaConfiguration
Packages that use FileMetaConfiguration
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces performing file-like I/O operations.
Provides classes and interfaces associated with filesystem configuration
-
Uses of FileMetaConfiguration in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that return FileMetaConfigurationConstructors in com.actian.dataflow.cal.yarn.server with parameters of type FileMetaConfigurationModifierConstructorDescriptionYarnWorkerArgs(JobSpecifier jobSpec, ModuleConfiguration moduleConfiguration, FileMetaConfiguration configuration, com.pervasive.datarush.cal.dr.NodeAllocationProvider provider) -
Uses of FileMetaConfiguration in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type FileMetaConfigurationModifier and TypeFieldDescriptionstatic final EngineProperty<FileMetaConfiguration>EngineConfig.FILE_CONFIGURATIONProperty controlling authorization for file access within the graph.Methods in com.pervasive.datarush.graphs that return FileMetaConfigurationModifier and TypeMethodDescriptionEngineConfig.getFileConfiguration()Returns the file configuration to be used by operators in the graph.Methods in com.pervasive.datarush.graphs with parameters of type FileMetaConfigurationModifier and TypeMethodDescriptionEngineConfig.fileConfiguration(FileMetaConfiguration configuration) Specifies the file configuration to be used by operators in the graph. -
Uses of FileMetaConfiguration in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FileMetaConfigurationModifier and TypeMethodDescriptionFileClient.getConfiguration()Returns the meta-configuration containing the configuration of this file client.Methods in com.pervasive.datarush.io with parameters of type FileMetaConfigurationModifier and TypeMethodDescriptionstatic FileClientFileClient.configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration) Creates a new client, authorized according to the given configuration.static FileClientFileClient.configuredClient(FileMetaConfiguration configuration, ModuleConfiguration moduleConfiguration, File indexPathBase, Path[] tempFsRootDirs) Creates a new client, authorized according to the given configuration. -
Uses of FileMetaConfiguration in com.pervasive.datarush.io.configuration
Fields in com.pervasive.datarush.io.configuration declared as FileMetaConfigurationModifier and TypeFieldDescriptionstatic FileMetaConfigurationFileMetaConfiguration.DEFAULT_CONFIGURATIONAn empty configuration that only has default configuration.Methods in com.pervasive.datarush.io.configuration that return FileMetaConfigurationModifier and TypeMethodDescriptionstatic FileMetaConfigurationFileMetaConfiguration.configuration(FileMetaConfiguration.Entry... entries) Creates a new meta-configuration consisting of the given entries.static FileMetaConfigurationFileMetaConfiguration.configuration(List<FileMetaConfiguration.Entry> entries) Creates a new meta-configuration consisting of the given entries.static FileMetaConfigurationFileMetaConfiguration.exactConfiguration(FileMetaConfiguration.Entry... entries) Creates a new configuration consisting of onlythe given entries; no default configuration is acquired.static FileMetaConfigurationFileMetaConfiguration.exactConfiguration(List<FileMetaConfiguration.Entry> entries) Creates a new configuration consisting of onlythe given entries; no default configuration is acquired.FileMetaConfiguration.removeDefaultConfiguration()Gets a new meta-configuration with all default configuration removed.FileMetaConfiguration.resetDefaultConfiguration()Gets a new meta-configuration with the default configuration replaced with those from the current environment.