Uses of Class
org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.Enumerator
Packages that use FileIOChannel.Enumerator
Package
Description
-
Uses of FileIOChannel.Enumerator in org.apache.flink.runtime.io.disk
Methods in org.apache.flink.runtime.io.disk that return FileIOChannel.EnumeratorModifier and TypeMethodDescriptionFileChannelManager.createChannelEnumerator()Creates an enumerator for channels that logically belong together and returns it.FileChannelManagerImpl.createChannelEnumerator() -
Uses of FileIOChannel.Enumerator in org.apache.flink.runtime.io.disk.iomanager
Methods in org.apache.flink.runtime.io.disk.iomanager that return FileIOChannel.EnumeratorModifier and TypeMethodDescriptionIOManager.createChannelEnumerator()Creates a newFileIOChannel.Enumerator, spreading the channels in a round-robin fashion across the temporary file directories. -
Uses of FileIOChannel.Enumerator in org.apache.flink.runtime.operators.hash
Fields in org.apache.flink.runtime.operators.hash declared as FileIOChannel.EnumeratorModifier and TypeFieldDescriptionprotected FileIOChannel.EnumeratorMutableHashTable.currentEnumeratorThe channel enumerator that is used while processing the current partition to create channels for the spill partitions it requires.Methods in org.apache.flink.runtime.operators.hash with parameters of type FileIOChannel.EnumeratorModifier and TypeMethodDescriptionvoidHashPartition.finalizeBuildPhase(IOManager ioAccess, FileIOChannel.Enumerator probeChannelEnumerator, LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> bufferReturnQueue) voidHashPartition.prepareProbePhase(IOManager ioAccess, FileIOChannel.Enumerator probeChannelEnumerator, LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> bufferReturnQueue)