| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.partition.hybrid |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Constructor and Description |
|---|
HsMemoryDataManager(int numSubpartitions,
int bufferSize,
BufferPool bufferPool,
HsSpillingStrategy spillStrategy,
HsFileDataIndex fileDataIndex,
Path dataFilePath,
BufferCompressor bufferCompressor,
long poolSizeCheckInterval) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.