Uses of Class
org.apache.flink.api.common.io.RichInputFormat
-
Packages that use RichInputFormat Package Description org.apache.flink.api.common.io -
-
Uses of RichInputFormat in org.apache.flink.api.common.io
Subclasses of RichInputFormat in org.apache.flink.api.common.io Modifier and Type Class Description classBinaryInputFormat<T>Base class for all input formats that use blocks of fixed size.classDelimitedInputFormat<OT>Base implementation for input formats that split the input at a delimiter into records.classFileInputFormat<OT>The base class forRichInputFormats that read from files.classGenericCsvInputFormat<OT>classGenericInputFormat<OT>Generic base class for all Rich inputs that are not based on files.classReplicatingInputFormat<OT,S extends InputSplit>A ReplicatingInputFormat replicates anyInputFormatto all parallel instances of a DataSource, i.e., the full input of the replicated InputFormat is completely processed by each parallel instance of the DataSource.classSerializedInputFormat<T extends IOReadableWritable>Reads elements by deserializing them with their regular serialization/deserialization functionality.
-