| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HsFullSpillingStrategy
A special implementation of
HsSpillingStrategy that spilled all buffers to disk. |
class |
HsSelectiveSpillingStrategy
A special implementation of
HsSpillingStrategy that reduce disk writes as much as
possible. |
| 构造器和说明 |
|---|
HsMemoryDataManager(int numSubpartitions,
int bufferSize,
BufferPool bufferPool,
HsSpillingStrategy spillStrategy,
HsFileDataIndex fileDataIndex,
Path dataFilePath,
BufferCompressor bufferCompressor,
long poolSizeCheckInterval) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.