Uses of Class
org.apache.flink.api.common.io.FileInputFormat
-
Packages that use FileInputFormat Package Description org.apache.flink.api.common.io -
-
Uses of FileInputFormat in org.apache.flink.api.common.io
Subclasses of FileInputFormat 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.classGenericCsvInputFormat<OT>classSerializedInputFormat<T extends IOReadableWritable>Reads elements by deserializing them with their regular serialization/deserialization functionality.
-