Uses of Interface
org.apache.drill.exec.store.dfs.FormatPlugin
Packages that use FormatPlugin
Package
Description
- 
Uses of FormatPlugin in org.apache.drill.exec.planner.logicalConstructors in org.apache.drill.exec.planner.logical with parameters of type FormatPluginModifierConstructorDescriptionFileSystemCreateTableEntry(FileSystemConfig storageConfig, FormatPlugin formatPlugin, String location, List<String> partitionColumns, StorageStrategy storageStrategy) 
- 
Uses of FormatPlugin in org.apache.drill.exec.storeMethods in org.apache.drill.exec.store with type parameters of type FormatPluginModifier and TypeMethodDescription<T extends FormatPlugin>
 TStoragePluginRegistry.resolveFormat(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, Class<T> desired) Resolve a storage plugin given a storage plugin config.<T extends FormatPlugin>
 TStoragePluginRegistryImpl.resolveFormat(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig, Class<T> desired) Methods in org.apache.drill.exec.store that return FormatPluginModifier and TypeMethodDescriptionAbstractStoragePlugin.getFormatPlugin(FormatPluginConfig config) StoragePlugin.getFormatPlugin(FormatPluginConfig config) Allows to get the format plugin for current storage plugin based on appropriate format plugin config usage.StoragePluginRegistry.getFormatPlugin(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) Deprecated.StoragePluginRegistryImpl.getFormatPlugin(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) StoragePluginRegistry.getFormatPluginByConfig(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) Get the Format plugin for the FileSystemPlugin associated with the provided storage config and format config.StoragePluginRegistryImpl.getFormatPluginByConfig(StoragePluginConfig storageConfig, FormatPluginConfig formatConfig) 
- 
Uses of FormatPlugin in org.apache.drill.exec.store.avroClasses in org.apache.drill.exec.store.avro that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.delta.formatClasses in org.apache.drill.exec.store.delta.format that implement FormatPluginMethods in org.apache.drill.exec.store.delta.format that return FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.dfsFields in org.apache.drill.exec.store.dfs declared as FormatPluginMethods in org.apache.drill.exec.store.dfs that return FormatPluginModifier and TypeMethodDescriptionBasicFormatMatcher.getFormatPlugin()FileSystemPlugin.getFormatPlugin(String name) FileSystemPlugin.getFormatPlugin(FormatPluginConfig config) If format plugin configuration is for named format plugin, will return format plugin from pre-loaded list by name.abstract FormatPluginFormatMatcher.getFormatPlugin()Constructors in org.apache.drill.exec.store.dfs with parameters of type FormatPluginModifierConstructorDescriptionBasicFormatMatcher(FormatPlugin plugin, List<Pattern> patterns, List<MagicString> magicStrings) BasicFormatMatcher(FormatPlugin plugin, org.apache.hadoop.conf.Configuration fsConf, List<String> extensions, boolean compressible) 
- 
Uses of FormatPlugin in org.apache.drill.exec.store.dfs.easyClasses in org.apache.drill.exec.store.dfs.easy that implement FormatPluginModifier and TypeClassDescriptionclassEasyFormatPlugin<T extends FormatPluginConfig>Base class for file readers.
- 
Uses of FormatPlugin in org.apache.drill.exec.store.easy.jsonClasses in org.apache.drill.exec.store.easy.json that implement FormatPluginConstructors in org.apache.drill.exec.store.easy.json with parameters of type FormatPluginModifierConstructorDescriptionJsonStatisticsRecordWriter(org.apache.hadoop.conf.Configuration fsConf, FormatPlugin formatPlugin) 
- 
Uses of FormatPlugin in org.apache.drill.exec.store.easy.sequencefileClasses in org.apache.drill.exec.store.easy.sequencefile that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.easy.textClasses in org.apache.drill.exec.store.easy.text that implement FormatPluginModifier and TypeClassDescriptionclassText format plugin for CSV and other delimited text formats.
- 
Uses of FormatPlugin in org.apache.drill.exec.store.esriClasses in org.apache.drill.exec.store.esri that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.excelClasses in org.apache.drill.exec.store.excel that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.hdf5Classes in org.apache.drill.exec.store.hdf5 that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.httpdClasses in org.apache.drill.exec.store.httpd that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.iceberg.formatClasses in org.apache.drill.exec.store.iceberg.format that implement FormatPluginMethods in org.apache.drill.exec.store.iceberg.format that return FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.imageClasses in org.apache.drill.exec.store.image that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.logClasses in org.apache.drill.exec.store.log that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.ltsvClasses in org.apache.drill.exec.store.ltsv that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.msaccessClasses in org.apache.drill.exec.store.msaccess that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.parquetClasses in org.apache.drill.exec.store.parquet that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.pcap.pluginClasses in org.apache.drill.exec.store.pcap.plugin that implement FormatPluginModifier and TypeClassDescriptionclassBasePcapFormatPlugin<T extends PcapFormatConfig>classclassDeprecated.
- 
Uses of FormatPlugin in org.apache.drill.exec.store.pdfClasses in org.apache.drill.exec.store.pdf that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.sasClasses in org.apache.drill.exec.store.sas that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.spssClasses in org.apache.drill.exec.store.spss that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.syslogClasses in org.apache.drill.exec.store.syslog that implement FormatPlugin
- 
Uses of FormatPlugin in org.apache.drill.exec.store.xmlClasses in org.apache.drill.exec.store.xml that implement FormatPlugin
StoragePluginRegistry.resolveFormat(StoragePluginConfig, FormatPluginConfig, Class)which provides type safety.