Constructor and Description |
---|
FileSystemCreateTableEntry(FileSystemConfig storageConfig,
FormatPlugin formatPlugin,
String location,
List<String> partitionColumns,
StorageStrategy storageStrategy) |
Modifier and Type | Method and Description |
---|---|
<T extends FormatPlugin> |
StoragePluginRegistry.resolveFormat(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
Class<T> desired)
Resolve a storage plugin given a storage plugin config.
|
<T extends FormatPlugin> |
StoragePluginRegistryImpl.resolveFormat(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig,
Class<T> desired) |
Modifier and Type | Method and Description |
---|---|
FormatPlugin |
AbstractStoragePlugin.getFormatPlugin(FormatPluginConfig config) |
FormatPlugin |
StoragePlugin.getFormatPlugin(FormatPluginConfig config)
Allows to get the format plugin for current storage plugin based on appropriate format plugin config usage.
|
FormatPlugin |
StoragePluginRegistry.getFormatPlugin(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig)
Deprecated.
use
StoragePluginRegistry.resolveFormat(StoragePluginConfig, FormatPluginConfig, Class)
which provides type safety. Retained for compatibility with older plugins |
FormatPlugin |
StoragePluginRegistryImpl.getFormatPlugin(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig) |
FormatPlugin |
StoragePluginRegistry.getFormatPluginByConfig(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig)
Get the Format plugin for the FileSystemPlugin associated with the provided
storage config and format config.
|
FormatPlugin |
StoragePluginRegistryImpl.getFormatPluginByConfig(StoragePluginConfig storageConfig,
FormatPluginConfig formatConfig) |
Modifier and Type | Class and Description |
---|---|
class |
AvroFormatPlugin
Format plugin for Avro data files.
|
Modifier and Type | Field and Description |
---|---|
protected FormatPlugin |
BasicFormatMatcher.plugin |
Modifier and Type | Method and Description |
---|---|
FormatPlugin |
BasicFormatMatcher.getFormatPlugin() |
abstract FormatPlugin |
FormatMatcher.getFormatPlugin() |
FormatPlugin |
FileSystemPlugin.getFormatPlugin(FormatPluginConfig config)
If format plugin configuration is for named format plugin, will return
format plugin from pre-loaded list by name.
|
FormatPlugin |
FileSystemPlugin.getFormatPlugin(String name) |
Constructor and Description |
---|
BasicFormatMatcher(FormatPlugin plugin,
org.apache.hadoop.conf.Configuration fsConf,
List<String> extensions,
boolean compressible) |
BasicFormatMatcher(FormatPlugin plugin,
List<Pattern> patterns,
List<MagicString> magicStrings) |
Modifier and Type | Class and Description |
---|---|
class |
EasyFormatPlugin<T extends FormatPluginConfig>
Base class for file readers.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONFormatPlugin |
Constructor and Description |
---|
JsonStatisticsRecordWriter(org.apache.hadoop.conf.Configuration fsConf,
FormatPlugin formatPlugin) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceFileFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
TextFormatPlugin
Text format plugin for CSV and other delimited text formats.
|
Modifier and Type | Class and Description |
---|---|
class |
ShpFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
ExcelFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
HDF5FormatPlugin |
Modifier and Type | Method and Description |
---|---|
FormatPlugin |
HiveStoragePlugin.getFormatPlugin(FormatPluginConfig formatConfig) |
Modifier and Type | Class and Description |
---|---|
class |
HttpdLogFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
IcebergFormatPlugin |
Modifier and Type | Method and Description |
---|---|
FormatPlugin |
IcebergFormatMatcher.getFormatPlugin() |
Modifier and Type | Class and Description |
---|---|
class |
ImageFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
LogFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
LTSVFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
TableFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
MapRDBFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
StreamsFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
BasePcapFormatPlugin<T extends PcapFormatConfig> |
class |
PcapFormatPlugin |
class |
PcapngFormatPlugin
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SasFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SpssFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SyslogFormatPlugin |
Modifier and Type | Class and Description |
---|---|
class |
XMLFormatPlugin |
Copyright © 1970 The Apache Software Foundation. All rights reserved.