Class ClusteredDataWriter<T>

java.lang.Object
org.apache.iceberg.io.ClusteredDataWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, PartitioningWriter<T,DataWriteResult>

public class ClusteredDataWriter<T> extends Object
A data writer capable of writing to multiple specs and partitions that requires the incoming records to be properly clustered by partition spec and by partition within each spec.