Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.BufferAccumulator
-
Packages that use BufferAccumulator Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage -
-
Uses of BufferAccumulator in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage
Classes in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage that implement BufferAccumulator Modifier and Type Class Description classHashBufferAccumulatorThe hash implementation of theBufferAccumulator.classSortBufferAccumulatorThe sort-based implementation of theBufferAccumulator.Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type BufferAccumulator Constructor Description TieredStorageProducerClient(int numSubpartitions, boolean isBroadcastOnly, BufferAccumulator bufferAccumulator, BufferCompressor bufferCompressor, List<TierProducerAgent> tierProducerAgents)
-