Uses of Interface
org.apache.flink.runtime.io.network.partition.hybrid.HsSpillingStrategy
-
Packages that use HsSpillingStrategy Package Description org.apache.flink.runtime.io.network.partition.hybrid -
-
Uses of HsSpillingStrategy in org.apache.flink.runtime.io.network.partition.hybrid
Classes in org.apache.flink.runtime.io.network.partition.hybrid that implement HsSpillingStrategy Modifier and Type Class Description classHsFullSpillingStrategyA special implementation ofHsSpillingStrategythat spilled all buffers to disk.classHsSelectiveSpillingStrategyA special implementation ofHsSpillingStrategythat reduce disk writes as much as possible.Constructors in org.apache.flink.runtime.io.network.partition.hybrid with parameters of type HsSpillingStrategy Constructor Description HsMemoryDataManager(int numSubpartitions, int bufferSize, BufferPool bufferPool, HsSpillingStrategy spillStrategy, HsFileDataIndex fileDataIndex, Path dataFilePath, BufferCompressor bufferCompressor, long poolSizeCheckInterval)
-