Class ProducerMergedPartitionFileWriter

  • All Implemented Interfaces:
    PartitionFileWriter

    public class ProducerMergedPartitionFileWriter
    extends Object
    implements PartitionFileWriter
    The implementation of PartitionFileWriter with producer-side merge mode. In this mode, the shuffle data is written in the producer side, the consumer side need to read multiple producers to get its partition data.

    Note that one partition file written by the ProducerMergedPartitionFileWriter may contain the data of multiple subpartitions.