Uses of Class
org.apache.flink.runtime.memory.AbstractPagedInputView
-
Packages that use AbstractPagedInputView Package Description org.apache.flink.runtime.io.disk org.apache.flink.runtime.io.disk.iomanager org.apache.flink.runtime.operators.hash -
-
Uses of AbstractPagedInputView in org.apache.flink.runtime.io.disk
Subclasses of AbstractPagedInputView in org.apache.flink.runtime.io.disk Modifier and Type Class Description classFileChannelInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.classRandomAccessInputViewclassSeekableFileChannelInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream. -
Uses of AbstractPagedInputView in org.apache.flink.runtime.io.disk.iomanager
Subclasses of AbstractPagedInputView in org.apache.flink.runtime.io.disk.iomanager Modifier and Type Class Description classAbstractChannelReaderInputViewADataInputViewthat is backed by aFileIOChannel, making it effectively a data input stream.classChannelReaderInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream.classHeaderlessChannelReaderInputViewADataInputViewthat is backed by aBlockChannelReader, making it effectively a data input stream. -
Uses of AbstractPagedInputView in org.apache.flink.runtime.operators.hash
Subclasses of AbstractPagedInputView in org.apache.flink.runtime.operators.hash Modifier and Type Class Description classHashPartition<BT,PT>classReOpenableHashPartition<BT,PT>
-