Uses of Class
org.apache.flink.runtime.memory.AbstractPagedOutputView
-
-
Uses of AbstractPagedOutputView in org.apache.flink.runtime.io.disk
Subclasses of AbstractPagedOutputView in org.apache.flink.runtime.io.disk Modifier and Type Class Description class
FileChannelOutputView
ADataOutputView
that is backed by aBlockChannelWriter
, making it effectively a data output stream.class
RandomAccessOutputView
class
SimpleCollectingOutputView
The list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.class
SpillingBuffer
An output view that buffers written data in memory pages and spills them when they are full. -
Uses of AbstractPagedOutputView in org.apache.flink.runtime.io.disk.iomanager
Subclasses of AbstractPagedOutputView in org.apache.flink.runtime.io.disk.iomanager Modifier and Type Class Description class
AbstractChannelWriterOutputView
ADataOutputView
that is backed by aFileIOChannel
, making it effectively a data output stream.class
ChannelWriterOutputView
ADataOutputView
that is backed by aBlockChannelWriter
, making it effectively a data output stream. -
Uses of AbstractPagedOutputView in org.apache.flink.runtime.iterative.io
Subclasses of AbstractPagedOutputView in org.apache.flink.runtime.iterative.io Modifier and Type Class Description class
SerializedUpdateBuffer
AbstractPagedOutputView
used by theBlockingBackChannel
for transmitting superstep results. -
Uses of AbstractPagedOutputView in org.apache.flink.runtime.operators.hash
Subclasses of AbstractPagedOutputView in org.apache.flink.runtime.operators.hash Modifier and Type Class Description protected static class
HashPartition.BuildSideBuffer
-