Class OrderedSplitAssignerFactory

java.lang.Object
org.apache.iceberg.flink.source.assigner.OrderedSplitAssignerFactory
All Implemented Interfaces:
Serializable, SplitAssignerFactory

public class OrderedSplitAssignerFactory extends Object implements SplitAssignerFactory
Create default assigner with a comparator that hands out splits where the order of the splits will be defined by the SerializableComparator.
See Also: