Class HashSubpartitionBufferAccumulator

java.lang.Object
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashSubpartitionBufferAccumulator

public class HashSubpartitionBufferAccumulator extends Object
HashSubpartitionBufferAccumulator accumulates the records in a subpartition.

Note that this class need not be thread-safe, because it should only be accessed from the main thread.