| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk | |
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.operators.hash |
| Modifier and Type | Method and Description |
|---|---|
FileIOChannel.Enumerator |
FileChannelManagerImpl.createChannelEnumerator() |
FileIOChannel.Enumerator |
FileChannelManager.createChannelEnumerator()
Creates an enumerator for channels that logically belong together and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
FileIOChannel.Enumerator |
IOManager.createChannelEnumerator()
Creates a new
FileIOChannel.Enumerator, spreading the channels in a round-robin fashion across the
temporary file directories. |
| Modifier and Type | Field and Description |
|---|---|
protected FileIOChannel.Enumerator |
MutableHashTable.currentEnumerator
The channel enumerator that is used while processing the current partition to create channels
for the spill partitions it requires.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HashPartition.finalizeBuildPhase(IOManager ioAccess,
FileIOChannel.Enumerator probeChannelEnumerator,
LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> bufferReturnQueue) |
void |
HashPartition.prepareProbePhase(IOManager ioAccess,
FileIOChannel.Enumerator probeChannelEnumerator,
LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> bufferReturnQueue) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.