Class SingleDirectoryWriter<T>

java.lang.Object
org.apache.flink.connector.file.table.SingleDirectoryWriter<T>
Type Parameters:
T - The type of the consumed records.
All Implemented Interfaces:
PartitionWriter<T>

@Internal public class SingleDirectoryWriter<T> extends Object implements PartitionWriter<T>
PartitionWriter for single directory writer. It just use one format to write.