Uses of Interface
org.apache.flink.api.common.io.CheckpointableInputFormat
-
Packages that use CheckpointableInputFormat Package Description org.apache.flink.api.common.io org.apache.flink.formats.avro org.apache.flink.streaming.api.legacy.io org.apache.flink.table.sources.format -
-
Uses of CheckpointableInputFormat in org.apache.flink.api.common.io
Classes in org.apache.flink.api.common.io that implement CheckpointableInputFormat Modifier and Type Class Description class
BinaryInputFormat<T>
Base class for all input formats that use blocks of fixed size.class
DelimitedInputFormat<OT>
Base implementation for input formats that split the input at a delimiter into records.class
GenericCsvInputFormat<OT>
class
SerializedInputFormat<T extends IOReadableWritable>
Reads elements by deserializing them with their regular serialization/deserialization functionality. -
Uses of CheckpointableInputFormat in org.apache.flink.formats.avro
Classes in org.apache.flink.formats.avro that implement CheckpointableInputFormat Modifier and Type Class Description class
AvroInputFormat<E>
Provides aFileInputFormat
for Avro records. -
Uses of CheckpointableInputFormat in org.apache.flink.streaming.api.legacy.io
Classes in org.apache.flink.streaming.api.legacy.io that implement CheckpointableInputFormat Modifier and Type Class Description class
TextInputFormat
Deprecated.If you want to read/write data from/to text file, please use FLIP-27 FileSource and Sink-V2 FlinkSink. -
Uses of CheckpointableInputFormat in org.apache.flink.table.sources.format
Classes in org.apache.flink.table.sources.format that implement CheckpointableInputFormat Modifier and Type Class Description class
CsvInputFormat<OUT>
Deprecated.class
RowCsvInputFormat
Deprecated.All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version.
-