Package org.apache.iceberg.io
Class OutputFileFactory.Builder
java.lang.Object
org.apache.iceberg.io.OutputFileFactory.Builder
- Enclosing class:
- OutputFileFactory
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
defaultSpec
(PartitionSpec newDefaultSpec) format
(FileFormat newFormat) ioSupplier
(Supplier<FileIO> newIoSupplier) Configures aFileIO
supplier, which can potentially be used to dynamically refresh the file IO instance when a table is refreshed.operationId
(String newOperationId)
-
Method Details
-
defaultSpec
-
operationId
-
format
-
suffix
-
ioSupplier
Configures aFileIO
supplier, which can potentially be used to dynamically refresh the file IO instance when a table is refreshed.- Parameters:
newIoSupplier
- The file IO supplier- Returns:
- this builder instance
-
build
-