Uses of Interface
org.apache.flink.api.common.io.CheckpointableInputFormat
-
Packages that use CheckpointableInputFormat Package Description org.apache.flink.api.common.io -
-
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 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.
-