Uses of Class
org.apache.flink.runtime.memory.AbstractPagedOutputView
Packages that use AbstractPagedOutputView
Package
Description
-
Uses of AbstractPagedOutputView in org.apache.flink.runtime.io.disk
Subclasses of AbstractPagedOutputView in org.apache.flink.runtime.io.diskModifier and TypeClassDescriptionclassADataOutputViewthat is backed by aBlockChannelWriter, making it effectively a data output stream.classclassThe list with the full segments contains at any point all completely full segments, plus the segment that is currently filled.classAn 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.iomanagerModifier and TypeClassDescriptionclassADataOutputViewthat is backed by aFileIOChannel, making it effectively a data output stream.final classADataOutputViewthat 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.ioModifier and TypeClassDescriptionclassAbstractPagedOutputViewused 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