Uses of Class
com.pervasive.datarush.io.configuration.FileMetaConfiguration
-
Packages that use FileMetaConfiguration Package Description com.actian.dataflow.cal.yarn.server com.actian.dataflow.cal.yarn.shared com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.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 FileMetaConfiguration in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that return FileMetaConfiguration Modifier and Type Method Description FileMetaConfigurationYarnWorkerArgs. getFileConfiguration()Constructors in com.actian.dataflow.cal.yarn.server with parameters of type FileMetaConfiguration Constructor Description YarnWorkerArgs(JobSpecifier jobSpec, ModuleConfiguration moduleConfiguration, FileMetaConfiguration configuration, com.pervasive.datarush.cal.dr.NodeAllocationProvider provider) -
Uses of FileMetaConfiguration in com.actian.dataflow.cal.yarn.shared
Methods in com.actian.dataflow.cal.yarn.shared that return FileMetaConfiguration Modifier and Type Method Description FileMetaConfigurationYarnAppMasterArgs. getFileConfiguration()Constructors in com.actian.dataflow.cal.yarn.shared with parameters of type FileMetaConfiguration Constructor Description YarnAppMasterArgs(JobSpecifier jobSpec, ModuleConfiguration moduleCfg, FileMetaConfiguration fileCfg, ClasspathSpecifier classpathSpec, com.pervasive.datarush.cluster.ExecutorOptions options, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String,ApplicationResource> appResources) -
Uses of FileMetaConfiguration in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type FileMetaConfiguration Modifier and Type Field Description static EngineProperty<FileMetaConfiguration>EngineConfig. FILE_CONFIGURATIONProperty controlling authorization for file access within the graph.Methods in com.pervasive.datarush.graphs that return FileMetaConfiguration Modifier and Type Method Description FileMetaConfigurationEngineConfig. getFileConfiguration()Returns the file configuration to be used by operators in the graph.Methods in com.pervasive.datarush.graphs with parameters of type FileMetaConfiguration Modifier and Type Method Description EngineConfigEngineConfig. 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 FileMetaConfiguration Modifier and Type Method Description FileMetaConfigurationFileClient. getConfiguration()Returns the meta-configuration containing the configuration of this file client.Methods in com.pervasive.datarush.io with parameters of type FileMetaConfiguration Modifier and Type Method Description static 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 FileMetaConfiguration Modifier and Type Field Description static FileMetaConfigurationFileMetaConfiguration. DEFAULT_CONFIGURATIONAn empty configuration that only has default configuration.Methods in com.pervasive.datarush.io.configuration that return FileMetaConfiguration Modifier and Type Method Description static 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.FileMetaConfigurationFileMetaConfiguration. removeDefaultConfiguration()Gets a new meta-configuration with all default configuration removed.FileMetaConfigurationFileMetaConfiguration. resetDefaultConfiguration()Gets a new meta-configuration with the default configuration replaced with those from the current environment.
-