Uses of Package
org.apache.flink.connector.file.src.reader
-
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.src Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.StreamFormat A reader format that reads individual records from a stream. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.src.impl Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.BulkFormat.Reader The actual reader that reads the batches of records.BulkFormat.RecordIterator An iterator over records with their position in the file.StreamFormat A reader format that reads individual records from a stream. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.src.reader Class Description BulkFormat.Reader The actual reader that reads the batches of records.BulkFormat.RecordIterator An iterator over records with their position in the file.SimpleStreamFormat A simple version of theStreamFormat
, for formats that are not splittable.StreamFormat A reader format that reads individual records from a stream.StreamFormat.Reader The actual reader that reads the records.TextLineInputFormat.Reader The actual reader for theTextLineInputFormat
. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.src.util Class Description BulkFormat.Reader The actual reader that reads the batches of records.BulkFormat.RecordIterator An iterator over records with their position in the file. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.table Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.BulkFormat.Reader The actual reader that reads the batches of records.BulkFormat.RecordIterator An iterator over records with their position in the file. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.connector.file.table.stream.compact Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.BulkFormat.Reader The actual reader that reads the batches of records. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.formats.avro Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.formats.csv Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.SimpleStreamFormat A simple version of theStreamFormat
, for formats that are not splittable.StreamFormat A reader format that reads individual records from a stream.StreamFormat.Reader The actual reader that reads the records. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.formats.parquet Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.BulkFormat.RecordIterator An iterator over records with their position in the file. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.formats.parquet.avro Class Description StreamFormat A reader format that reads individual records from a stream. -
Classes in org.apache.flink.connector.file.src.reader used by org.apache.flink.orc Class Description BulkFormat TheBulkFormat
reads and decodes batches of records at a time.BulkFormat.Reader The actual reader that reads the batches of records.BulkFormat.RecordIterator An iterator over records with their position in the file.