Package org.apache.iceberg.flink.source
-
Interface Summary Interface Description FileScanTaskReader<T> Read aFileScanTask
into aCloseableIterator
-
Class Summary Class Description AvroGenericRecordFileScanTaskReader DataIterator<T> Flink data iterator that readsCombinedScanTask
into aCloseableIterator
DataTaskReader FlinkInputFormat FlinkInputFormat
for Iceberg.FlinkInputSplit FlinkSource Deprecated. since 1.7.0, will be removed in 2.0.0.FlinkSource.Builder Source builder to buildDataStream
.FlinkSplitPlanner IcebergSource<T> IcebergSource.Builder<T> IcebergTableSource Flink Iceberg table source.RowDataFileScanTaskReader RowDataRewriter RowDataRewriter.RewriteMap RowDataToAvroGenericRecordConverter This is not serializable because AvroSchema
is not actually serializable, even though it implementsSerializable
interface.ScanContext Context object with optional arguments for a Flink Scan.ScanContext.Builder StreamingMonitorFunction This is the single (non-parallel) monitoring task which takes aFlinkInputFormat
, it is responsible for: Monitoring snapshots of the Iceberg table.StreamingReaderOperator The operator that reads thesplits
received from the precedingStreamingMonitorFunction
. -
Enum Summary Enum Description StreamingStartingStrategy Starting strategy for streaming execution.