Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
Packages that use BlockChannelWriter
Package
Description
-
Uses of BlockChannelWriter in org.apache.flink.runtime.io.disk
Constructors in org.apache.flink.runtime.io.disk with parameters of type BlockChannelWriterModifierConstructorDescriptionFileChannelOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer, MemoryManager memManager, List<org.apache.flink.core.memory.MemorySegment> memory, int segmentSize) -
Uses of BlockChannelWriter in org.apache.flink.runtime.io.disk.iomanager
Classes in org.apache.flink.runtime.io.disk.iomanager that implement BlockChannelWriterMethods in org.apache.flink.runtime.io.disk.iomanager that return BlockChannelWriterModifier and TypeMethodDescriptionBlockChannelWriter<org.apache.flink.core.memory.MemorySegment>IOManager.createBlockChannelWriter(FileIOChannel.ID channelID) Creates a block channel writer that writes to the given channel.abstract BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>IOManager.createBlockChannelWriter(FileIOChannel.ID channelID, LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> returnQueue) Creates a block channel writer that writes to the given channel.BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>IOManagerAsync.createBlockChannelWriter(FileIOChannel.ID channelID, LinkedBlockingQueue<org.apache.flink.core.memory.MemorySegment> returnQueue) Constructors in org.apache.flink.runtime.io.disk.iomanager with parameters of type BlockChannelWriterModifierConstructorDescriptionChannelWriterOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer, int segmentSize) Creates an new ChannelWriterOutputView that writes to the given channel.ChannelWriterOutputView(BlockChannelWriter<org.apache.flink.core.memory.MemorySegment> writer, List<org.apache.flink.core.memory.MemorySegment> memory, int segmentSize) Creates an new ChannelWriterOutputView that writes to the given channel and buffers data in the given memory segments. -
Uses of BlockChannelWriter in org.apache.flink.runtime.operators.hash
Fields in org.apache.flink.runtime.operators.hash declared as BlockChannelWriterModifier and TypeFieldDescriptionprotected BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition.probeSideChannelMethods in org.apache.flink.runtime.operators.hash that return BlockChannelWriterModifier and TypeMethodDescriptionBlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition.getBuildSideChannel()BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition.getProbeSideChannel()