Uses of Interface
org.apache.flink.connector.file.table.OutputFormatFactory
Packages that use OutputFormatFactory
Package
Description
-
Uses of OutputFormatFactory in org.apache.flink.connector.file.table
Methods in org.apache.flink.connector.file.table with parameters of type OutputFormatFactoryModifier and TypeMethodDescriptionFileSystemOutputFormat.Builder.setFormatFactory(OutputFormatFactory<T> formatFactory) Constructors in org.apache.flink.connector.file.table with parameters of type OutputFormatFactoryModifierConstructorDescriptionContext(org.apache.flink.configuration.Configuration conf, OutputFormatFactory<T> factory) -
Uses of OutputFormatFactory in org.apache.flink.connector.file.table.batch.compact
Constructors in org.apache.flink.connector.file.table.batch.compact with parameters of type OutputFormatFactoryModifierConstructorDescriptionBatchFileWriter(FileSystemFactory fsFactory, org.apache.flink.core.fs.Path tmpPath, String[] partitionColumns, boolean dynamicGrouped, LinkedHashMap<String, String> staticPartitions, OutputFormatFactory<T> formatFactory, PartitionComputer<T> computer, org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig)