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(Path parentPath)
public FileSystemOutputFormat.Builder<T> setPartitionComputer(PartitionComputer<T> computer)
public FileSystemOutputFormat.Builder<T> setOutputFileConfig(OutputFileConfig outputFileConfig)
public FileSystemOutputFormat.Builder<T> setIdentifier(ObjectIdentifier identifier)
public FileSystemOutputFormat.Builder<T> setPartitionCommitPolicyFactory(PartitionCommitPolicyFactory partitionCommitPolicyFactory)
public FileSystemOutputFormat<T> build()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.