Package org.apache.iceberg.flink.source
-
Interface Summary Interface Description FileScanTaskReader<T> Read aFileScanTask
into aCloseableIterator
-
Class Summary Class Description DataIterator<T> Flink data iterator that readsCombinedScanTask
into aCloseableIterator
FlinkInputFormat FlinkInputFormat
for Iceberg.FlinkInputSplit TODO ImplementLocatableInputSplit
.FlinkSource FlinkSource.Builder Source builder to buildDataStream
.FlinkSplitPlanner RowDataFileScanTaskReader RowDataRewriter RowDataRewriter.RewriteMap StreamingMonitorFunction This is the single (non-parallel) monitoring task which takes aFlinkInputFormat
, it is responsible for: Monitoring snapshots of the Iceberg table. Creating thesplits
corresponding to the incremental files Assigning them to downstream tasks for further processing.StreamingReaderOperator The operator that reads thesplits
received from the precedingStreamingMonitorFunction
.