public static class FileSystemOutputFormat.Builder<T> extends Object
FileSystemOutputFormat
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
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(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(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(Path tmpPath)
public FileSystemOutputFormat.Builder<T> setPartitionComputer(PartitionComputer<T> computer)
public FileSystemOutputFormat.Builder<T> setOutputFileConfig(OutputFileConfig outputFileConfig)
public FileSystemOutputFormat<T> build()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.