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 class
FileChannelInputView
ADataInputView
that is backed by aBlockChannelReader
, making it effectively a data input stream.class
RandomAccessInputView
class
SeekableFileChannelInputView
ADataInputView
that 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 class
AbstractChannelReaderInputView
ADataInputView
that is backed by aFileIOChannel
, making it effectively a data input stream.class
ChannelReaderInputView
ADataInputView
that is backed by aBlockChannelReader
, making it effectively a data input stream.class
HeaderlessChannelReaderInputView
ADataInputView
that 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 class
HashPartition<BT,PT>
class
ReOpenableHashPartition<BT,PT>
-