Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage.HashSubpartitionBufferAccumulatorContext
-
Packages that use HashSubpartitionBufferAccumulatorContext Package Description org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage -
-
Uses of HashSubpartitionBufferAccumulatorContext 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 HashSubpartitionBufferAccumulatorContext Modifier and Type Class Description classHashBufferAccumulatorThe hash implementation of theBufferAccumulator.Constructors in org.apache.flink.runtime.io.network.partition.hybrid.tiered.storage with parameters of type HashSubpartitionBufferAccumulatorContext Constructor Description HashSubpartitionBufferAccumulator(TieredStorageSubpartitionId subpartitionId, int bufferSize, HashSubpartitionBufferAccumulatorContext bufferAccumulatorContext, boolean isPartialRecordAllowed)
-