Uses of Class
org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
-
Packages that use AbstractChannelReaderInputView Package Description org.apache.flink.runtime.io.disk org.apache.flink.runtime.io.disk.iomanager -
-
Uses of AbstractChannelReaderInputView in org.apache.flink.runtime.io.disk
Constructors in org.apache.flink.runtime.io.disk with parameters of type AbstractChannelReaderInputView Constructor Description ChannelReaderInputViewIterator(AbstractChannelReaderInputView inView, List<org.apache.flink.core.memory.MemorySegment> freeMemTarget, org.apache.flink.api.common.typeutils.TypeSerializer<E> accessors) -
Uses of AbstractChannelReaderInputView in org.apache.flink.runtime.io.disk.iomanager
Subclasses of AbstractChannelReaderInputView in org.apache.flink.runtime.io.disk.iomanager Modifier and Type Class Description classChannelReaderInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.classHeaderlessChannelReaderInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.
-