Uses of Class
org.apache.flink.api.common.io.RichOutputFormat
-
Packages that use RichOutputFormat Package Description org.apache.flink.api.common.io org.apache.flink.util -
-
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. -
Uses of RichOutputFormat in org.apache.flink.util
Subclasses of RichOutputFormat in org.apache.flink.util Modifier and Type Class Description static classUtils.ChecksumHashCodeHelper<T>static classUtils.CollectHelper<T>Utility sink function that collects elements into an accumulator, from which it they can be retrieved by the client.static classUtils.CountHelper<T>Utility sink function that counts elements and writes the count into an accumulator, from which it can be retrieved by the client.
-