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> setTempPath(org.apache.flink.core.fs.Path tmpPath)
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<T> build()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.