Class ClusteredEqualityDeleteWriter<T>

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

    public class ClusteredEqualityDeleteWriter<T>
    extends java.lang.Object
    An equality delete writer capable of writing to multiple specs and partitions that requires the incoming delete records to be properly clustered by partition spec and by partition within each spec.