Class SplitComparators
java.lang.Object
org.apache.iceberg.flink.source.split.SplitComparators
Provides implementations of 
SerializableComparator
 which could be used for ordering splits. These are used by the OrderedSplitAssignerFactory and the IcebergSourceReader- 
Method SummaryModifier and TypeMethodDescriptionComparator which orders the splits based on the file sequence number of the data fileswatermark(SplitWatermarkExtractor watermarkExtractor) Comparator which orders the splits based on watermark of the splits
- 
Method Details- 
fileSequenceNumberComparator which orders the splits based on the file sequence number of the data files
- 
watermarkpublic static SerializableComparator<IcebergSourceSplit> watermark(SplitWatermarkExtractor watermarkExtractor) Comparator which orders the splits based on watermark of the splits
 
-