public static class FileSystemOutputFormat.Builder<T> extends Object
FileSystemOutputFormat.| Constructor and Description |
|---|
Builder() |
public FileSystemOutputFormat.Builder<T> setPartitionColumns(String[] partitionColumns)
public FileSystemOutputFormat.Builder<T> setStaticPartitions(LinkedHashMap<String,String> staticPartitions)
public FileSystemOutputFormat.Builder<T> setDynamicGrouped(boolean dynamicGrouped)
public FileSystemOutputFormat.Builder<T> setFormatFactory(OutputFormatFactory<T> formatFactory)
public FileSystemOutputFormat.Builder<T> setFileSystemFactory(FileSystemFactory fileSystemFactory)
public FileSystemOutputFormat.Builder<T> setMetaStoreFactory(TableMetaStoreFactory metaStoreFactory)
public FileSystemOutputFormat.Builder<T> setOverwrite(boolean overwrite)
public FileSystemOutputFormat.Builder<T> setIsToLocal(boolean isToLocal)
public FileSystemOutputFormat.Builder<T> setPath(org.apache.flink.core.fs.Path parentPath)
public FileSystemOutputFormat.Builder<T> setPartitionComputer(PartitionComputer<T> computer)
public FileSystemOutputFormat.Builder<T> setOutputFileConfig(org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig)
public FileSystemOutputFormat.Builder<T> setIdentifier(org.apache.flink.table.catalog.ObjectIdentifier identifier)
public FileSystemOutputFormat.Builder<T> setPartitionCommitPolicyFactory(PartitionCommitPolicyFactory partitionCommitPolicyFactory)
public FileSystemOutputFormat<T> build()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.