Uses of Class
org.apache.flink.runtime.io.disk.iomanager.AbstractChannelReaderInputView
Packages that use AbstractChannelReaderInputView
-
Uses of AbstractChannelReaderInputView in org.apache.flink.runtime.io.disk
Constructors in org.apache.flink.runtime.io.disk with parameters of type AbstractChannelReaderInputViewModifierConstructorDescriptionChannelReaderInputViewIterator(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.iomanagerModifier and TypeClassDescriptionclassADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.classADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.