Uses of Interface
org.apache.flink.connector.file.src.reader.StreamFormat
Packages that use StreamFormat
Package
Description
-
Uses of StreamFormat in org.apache.flink.connector.file.src
Methods in org.apache.flink.connector.file.src with parameters of type StreamFormatModifier and TypeMethodDescriptionstatic <T> FileSource.FileSourceBuilder<T>FileSource.forRecordStreamFormat(StreamFormat<T> streamFormat, org.apache.flink.core.fs.Path... paths) Builds a newFileSourceusing aStreamFormatto read record-by-record from a file stream. -
Uses of StreamFormat in org.apache.flink.connector.file.src.impl
Constructors in org.apache.flink.connector.file.src.impl with parameters of type StreamFormat -
Uses of StreamFormat in org.apache.flink.connector.file.src.reader
Classes in org.apache.flink.connector.file.src.reader that implement StreamFormatModifier and TypeClassDescriptionclassA simple version of theStreamFormat, for formats that are not splittable.classA reader format that text lines from a file.