Class ClusteredDataWriter<T>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, PartitioningWriter<T,​DataWriteResult>

    public class ClusteredDataWriter<T>
    extends java.lang.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.