| Package | Description |
|---|---|
| org.apache.flink.runtime.io.disk.iomanager | |
| org.apache.flink.runtime.operators.hash |
| 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–2016 The Apache Software Foundation. All rights reserved.