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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classContext for partition writer, provide some information and generation utils.static classDefault implementation for PartitionWriterListener.static interfaceListener for partition writer. -
Method Summary