Package org.apache.iceberg.io
Class OutputFileFactory.Builder
java.lang.Object
org.apache.iceberg.io.OutputFileFactory.Builder
- Enclosing class:
- OutputFileFactory
- 
Method SummaryModifier and TypeMethodDescriptionbuild()defaultSpec(PartitionSpec newDefaultSpec) format(FileFormat newFormat) ioSupplier(Supplier<FileIO> newIoSupplier) Configures aFileIOsupplier, 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
- 
ioSupplierConfigures aFileIOsupplier, 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
 
-