Class SortedSegmentedIndexCursor

  • All Implemented Interfaces:
    GridCursor<IndexRow>

    public class SortedSegmentedIndexCursor
    extends Object
    implements GridCursor<IndexRow>
    Single cursor over multiple segments. The next value is chosen with the index row comparator.