Interface PartitionWriter<T>

Type Parameters:
T - The type of the consumed records.
All Known Implementing Classes:
DynamicPartitionWriter, GroupedPartitionWriter, SingleDirectoryWriter

@Internal public interface PartitionWriter<T>
Partition writer to write records with partition.

See SingleDirectoryWriter. See DynamicPartitionWriter. See GroupedPartitionWriter.