Uses of Class
org.apache.drill.exec.store.dfs.FileSystemConfig
Package
Description
-
Uses of FileSystemConfig in org.apache.drill.exec.planner.logical
ModifierConstructorDescriptionFileSystemCreateTableEntry
(FileSystemConfig storageConfig, FormatPluginConfig formatConfig, String location, List<String> partitionColumns, StorageStrategy storageStrategy, StoragePluginRegistry engineRegistry) FileSystemCreateTableEntry
(FileSystemConfig storageConfig, FormatPlugin formatPlugin, String location, List<String> partitionColumns, StorageStrategy storageStrategy) -
Uses of FileSystemConfig in org.apache.drill.exec.store.delta.format
ModifierConstructorDescriptionDeltaFormatPlugin
(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, FileSystemConfig storageConfig, DeltaFormatPluginConfig config) -
Uses of FileSystemConfig in org.apache.drill.exec.store.dfs
Modifier and TypeMethodDescriptionFileSystemConfig.copy()
Copy the file system configuration.FileSystemConfig.copyWithFormats
(Map<String, FormatPluginConfig> newFormats) Copy this file system config with the set of new/replaced formats.Modifier and TypeMethodDescriptionprotected FormatCreator
FileSystemPlugin.newFormatCreator
(FileSystemConfig config, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf) Creates a new FormatCreator instance.ModifierConstructorDescriptionFileSystemPlugin
(FileSystemConfig config, DrillbitContext context, String name) -
Uses of FileSystemConfig in org.apache.drill.exec.store.iceberg.format
ModifierConstructorDescriptionIcebergFormatPlugin
(String name, DrillbitContext context, org.apache.hadoop.conf.Configuration fsConf, FileSystemConfig storageConfig, IcebergFormatPluginConfig config)