public interface HashSubpartitionBufferAccumulatorContext
HashSubpartitionBufferAccumulator to operate HashBufferAccumulator.| Modifier and Type | Method and Description |
|---|---|
void |
flushAccumulatedBuffers(TieredStorageSubpartitionId subpartitionId,
List<Buffer> accumulatedBuffers)
Flush the accumulated
Buffers of the subpartition. |
BufferBuilder |
requestBufferBlocking()
Request
BufferBuilder from the BufferPool. |
BufferBuilder requestBufferBlocking()
BufferBuilder from the BufferPool.void flushAccumulatedBuffers(TieredStorageSubpartitionId subpartitionId, List<Buffer> accumulatedBuffers)
Buffers of the subpartition.subpartitionId - the subpartition idaccumulatedBuffers - the accumulated buffersCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.