Uses of Interface
org.apache.flink.connector.file.src.reader.BulkFormat.Reader
Packages that use BulkFormat.Reader
Package
Description
-
Uses of BulkFormat.Reader in org.apache.flink.connector.file.src.impl
Classes in org.apache.flink.connector.file.src.impl that implement BulkFormat.ReaderModifier and TypeClassDescriptionstatic final classThe reader adapter, fromStreamFormat.ReadertoBulkFormat.Reader.Methods in org.apache.flink.connector.file.src.impl that return BulkFormat.ReaderModifier and TypeMethodDescriptionStreamFormatAdapter.createReader(org.apache.flink.configuration.Configuration config, FileSourceSplit split) StreamFormatAdapter.restoreReader(org.apache.flink.configuration.Configuration config, FileSourceSplit split) -
Uses of BulkFormat.Reader in org.apache.flink.connector.file.src.reader
Methods in org.apache.flink.connector.file.src.reader that return BulkFormat.ReaderModifier and TypeMethodDescriptionBulkFormat.createReader(org.apache.flink.configuration.Configuration config, SplitT split) Creates a new reader that reads from thesplit's pathstarting at thesplit's offsetand readslengthbytes after the offset.BulkFormat.restoreReader(org.apache.flink.configuration.Configuration config, SplitT split) Creates a new reader that reads fromsplit.path()starting atoffsetand reads untillengthbytes after the offset. -
Uses of BulkFormat.Reader in org.apache.flink.connector.file.src.util
Methods in org.apache.flink.connector.file.src.util that return BulkFormat.ReaderModifier and TypeMethodDescriptionstatic <I,O> BulkFormat.Reader<O> RecordMapperWrapperRecordIterator.wrapReader(BulkFormat.Reader<I> wrappedReader, RecordMapperWrapperRecordIterator.RecordMapper<I, O> recordMapper) Wrap aBulkFormat.Readerapplying aRecordMapperWrapperRecordIterator.RecordMapperon the returned iterator.Methods in org.apache.flink.connector.file.src.util with parameters of type BulkFormat.ReaderModifier and TypeMethodDescriptionstatic <T> voidUtils.forEachRemaining(BulkFormat.Reader<T> reader, Consumer<? super T> action) Performs the given action for each remaining element inBulkFormat.Readeruntil all elements have been processed or the action throws an exception.static <I,O> BulkFormat.Reader<O> RecordMapperWrapperRecordIterator.wrapReader(BulkFormat.Reader<I> wrappedReader, RecordMapperWrapperRecordIterator.RecordMapper<I, O> recordMapper) Wrap aBulkFormat.Readerapplying aRecordMapperWrapperRecordIterator.RecordMapperon the returned iterator. -
Uses of BulkFormat.Reader in org.apache.flink.connector.file.table
Methods in org.apache.flink.connector.file.table that return BulkFormat.ReaderModifier and TypeMethodDescriptionLimitableBulkFormat.createReader(org.apache.flink.configuration.Configuration config, SplitT split) LimitableBulkFormat.restoreReader(org.apache.flink.configuration.Configuration config, SplitT split) -
Uses of BulkFormat.Reader in org.apache.flink.connector.file.table.stream.compact
Constructors in org.apache.flink.connector.file.table.stream.compact with parameters of type BulkFormat.Reader