Uses of Class
org.apache.flink.runtime.io.disk.iomanager.FileIOChannel.Enumerator
-
Packages that use FileIOChannel.Enumerator Package Description org.apache.flink.runtime.io.disk org.apache.flink.runtime.io.disk.iomanager org.apache.flink.runtime.operators.hash -
-
Uses of FileIOChannel.Enumerator in org.apache.flink.runtime.io.disk
Methods in org.apache.flink.runtime.io.disk that return FileIOChannel.Enumerator Modifier and Type Method Description FileIOChannel.EnumeratorFileChannelManager. createChannelEnumerator()Creates an enumerator for channels that logically belong together and returns it.FileIOChannel.EnumeratorFileChannelManagerImpl. 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.Enumerator Modifier and Type Method Description FileIOChannel.EnumeratorIOManager. 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.Enumerator Modifier and Type Field Description protected 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.Enumerator Modifier and Type Method Description voidHashPartition. 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)
-