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 classFileChannelOutputViewADataOutputViewthat is backed by aBlockChannelWriter, making it effectively a data output stream.classRandomAccessOutputViewclassSimpleCollectingOutputViewThe list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.classSpillingBufferAn 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 classAbstractChannelWriterOutputViewADataOutputViewthat is backed by aFileIOChannel, making it effectively a data output stream.classChannelWriterOutputViewADataOutputViewthat 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 classSerializedUpdateBufferAbstractPagedOutputViewused by theBlockingBackChannelfor 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 classHashPartition.BuildSideBuffer
-