Package org.apache.iceberg.flink.source.reader
-
Interface Summary Interface Description DataIteratorBatcher<T> Batcher converts iterator of T into iterator of batchedRecordsWithSplitIds<RecordAndPosition<T>>, as FLIP-27'sSplitReader.fetch()returns batched records.ReaderFunction<T> RowDataConverter<T> Convert RowData to a different output type.SerializableRecordEmitter<T> SplitWatermarkExtractor The interface used to extract watermarks from splits. -
Class Summary Class Description AvroGenericRecordConverter AvroGenericRecordReaderFunction Deprecated. since 1.7.0.ColumnStatsWatermarkExtractor SplitWatermarkExtractorimplementation which uses an Iceberg timestamp column statistics to get the watermarks for theIcebergSourceSplit.ConverterReaderFunction<T> DataIteratorReaderFunction<T> AReaderFunctionimplementation that usesDataIterator.IcebergSourceReader<T> IcebergSourceReaderMetrics MetaDataReaderFunction Reading metadata tables (like snapshots, manifests, etc.)RecordAndPosition<T> A record along with the reader position to be stored in the checkpoint.RowDataReaderFunction