Uses of Interface
org.apache.flink.runtime.io.disk.iomanager.BlockChannelWriter
-
Packages that use BlockChannelWriter Package Description org.apache.flink.runtime.io.disk org.apache.flink.runtime.io.disk.iomanager org.apache.flink.runtime.operators.hash -
-
Uses of BlockChannelWriter in org.apache.flink.runtime.io.disk
Constructors in org.apache.flink.runtime.io.disk with parameters of type BlockChannelWriter Constructor Description FileChannelOutputView(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 BlockChannelWriter Modifier and Type Class Description classAsynchronousBlockWriterMethods in org.apache.flink.runtime.io.disk.iomanager that return BlockChannelWriter Modifier and Type Method Description BlockChannelWriter<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 BlockChannelWriter Constructor Description ChannelWriterOutputView(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 BlockChannelWriter Modifier and Type Field Description protected BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition. probeSideChannelMethods in org.apache.flink.runtime.operators.hash that return BlockChannelWriter Modifier and Type Method Description BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition. getBuildSideChannel()BlockChannelWriter<org.apache.flink.core.memory.MemorySegment>HashPartition. getProbeSideChannel()
-