Modifier and Type | Method and Description |
---|---|
static <T extends FileFormatFactory> |
FormatFactoryUtil.discoverFactory(ClassLoader classLoader,
String identifier)
Discovers a file format factory.
|
Modifier and Type | Class and Description |
---|---|
static class |
CompactedChangelogReadOnlyFormat.AvroFactory
FileFormatFactory for compacted changelog, with avro as the real format. |
static class |
CompactedChangelogReadOnlyFormat.OrcFactory
FileFormatFactory for compacted changelog, with orc as the real format. |
static class |
CompactedChangelogReadOnlyFormat.ParquetFactory
FileFormatFactory for compacted changelog, with parquet as the real format. |
Modifier and Type | Class and Description |
---|---|
class |
AvroFileFormatFactory
Factory to create
AvroFileFormat . |
Modifier and Type | Class and Description |
---|---|
class |
OrcFileFormatFactory
Factory to create
OrcFileFormat . |
Modifier and Type | Class and Description |
---|---|
class |
ParquetFileFormatFactory
Factory to create
ParquetFileFormat . |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.