Uses of Class
org.apache.drill.exec.store.dfs.FileSystemPlugin
Packages that use FileSystemPlugin
Package
Description
-
Uses of FileSystemPlugin in org.apache.drill.exec.store.delta.format
Methods in org.apache.drill.exec.store.delta.format with parameters of type FileSystemPluginModifier and TypeMethodDescriptionDeltaFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) -
Uses of FileSystemPlugin in org.apache.drill.exec.store.dfs
Fields in org.apache.drill.exec.store.dfs declared as FileSystemPluginMethods in org.apache.drill.exec.store.dfs that return FileSystemPluginMethods in org.apache.drill.exec.store.dfs with parameters of type FileSystemPluginModifier and TypeMethodDescriptionBasicFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) abstract DrillTable
FormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig) Constructors in org.apache.drill.exec.store.dfs with parameters of type FileSystemPluginModifierConstructorDescriptionFileSystemSchemaFactory
(FileSystemPlugin plugin, String schemaName, List<WorkspaceSchemaFactory> factories) WorkspaceSchemaFactory
(FileSystemPlugin plugin, String schemaName, String storageEngineName, WorkspaceConfig config, List<FormatMatcher> formatMatchers, com.fasterxml.jackson.databind.ObjectMapper mapper, ScanResult scanResult) -
Uses of FileSystemPlugin in org.apache.drill.exec.store.iceberg.format
Methods in org.apache.drill.exec.store.iceberg.format with parameters of type FileSystemPluginModifier and TypeMethodDescriptionIcebergFormatMatcher.isReadable
(DrillFileSystem fs, FileSelection selection, FileSystemPlugin fsPlugin, String storageEngineName, SchemaConfig schemaConfig)