| Modifier and Type | Method and Description |
|---|---|
FormatWriterFactory |
CompactedChangelogReadOnlyFormat.createWriterFactory(RowType type) |
| Modifier and Type | Method and Description |
|---|---|
abstract FormatWriterFactory |
FileFormat.createWriterFactory(RowType type)
Create a
FormatWriterFactory from the type. |
| Modifier and Type | Method and Description |
|---|---|
FormatWriterFactory |
AvroFileFormat.createWriterFactory(RowType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrcWriterFactory
A factory that creates an ORC
FormatWriter. |
| Modifier and Type | Method and Description |
|---|---|
FormatWriterFactory |
OrcFileFormat.createWriterFactory(RowType type)
The
OrcWriterFactory will create ThreadLocalClassLoaderConfiguration from the
input writer config to avoid classloader leaks. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParquetWriterFactory
A factory that creates a Parquet
FormatWriter. |
| Modifier and Type | Method and Description |
|---|---|
FormatWriterFactory |
ParquetFileFormat.createWriterFactory(RowType type) |
| Constructor and Description |
|---|
IcebergManifestFile(FileIO fileIO,
RowType partitionType,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory,
MemorySize targetFileSize) |
| Modifier and Type | Method and Description |
|---|---|
FormatWriterFactory |
FileWriterContext.factory() |
| Constructor and Description |
|---|
FileWriterContext(FormatWriterFactory factory,
SimpleStatsProducer statsProducer,
String compression) |
SingleFileWriter(FileIO fileIO,
FormatWriterFactory factory,
Path path,
java.util.function.Function<T,InternalRow> converter,
String compression,
boolean asyncWrite) |
| Constructor and Description |
|---|
ManifestList(FileIO fileIO,
ObjectSerializer<ManifestFileMeta> serializer,
RowType schema,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory,
SegmentsCache<Path> cache) |
| Modifier and Type | Field and Description |
|---|---|
protected FormatWriterFactory |
ObjectsFile.writerFactory |
| Constructor and Description |
|---|
ObjectsFile(FileIO fileIO,
ObjectSerializer<T> serializer,
RowType formatType,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory,
SegmentsCache<Path> cache) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.