public static class FileSystemOutputFormat.Builder<T> extends Object
FileSystemOutputFormat.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
FileSystemOutputFormat<T> |
build() |
FileSystemOutputFormat.Builder<T> |
setDynamicGrouped(boolean dynamicGrouped) |
FileSystemOutputFormat.Builder<T> |
setFileSystemFactory(FileSystemFactory fileSystemFactory) |
FileSystemOutputFormat.Builder<T> |
setFormatFactory(OutputFormatFactory<T> formatFactory) |
FileSystemOutputFormat.Builder<T> |
setMetaStoreFactory(TableMetaStoreFactory metaStoreFactory) |
FileSystemOutputFormat.Builder<T> |
setOutputFileConfig(org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) |
FileSystemOutputFormat.Builder<T> |
setOverwrite(boolean overwrite) |
FileSystemOutputFormat.Builder<T> |
setPartitionColumns(String[] partitionColumns) |
FileSystemOutputFormat.Builder<T> |
setPartitionComputer(PartitionComputer<T> computer) |
FileSystemOutputFormat.Builder<T> |
setStaticPartitions(LinkedHashMap<String,String> staticPartitions) |
FileSystemOutputFormat.Builder<T> |
setTempPath(org.apache.flink.core.fs.Path tmpPath) |
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–2020 The Apache Software Foundation. All rights reserved.