Uses of Class
org.apache.flink.api.common.io.RichOutputFormat
-
Packages that use RichOutputFormat Package Description org.apache.flink.api.common.io -
-
Uses of RichOutputFormat in org.apache.flink.api.common.io
Subclasses of RichOutputFormat in org.apache.flink.api.common.io Modifier and Type Class Description classBinaryOutputFormat<T>classFileOutputFormat<IT>The abstract base class for all Rich output formats that are file based.classOutputFormatBase<OUT,V>OutputFormatBase is the common abstract class for output formats.classSerializedOutputFormat<T extends IOReadableWritable>Stores elements by serializing them with their regular serialization/deserialization functionality.
-