Class OffsetCursor<T extends Packable,​R extends Collection<T>>

  • All Implemented Interfaces:
    TarantoolCursor<T>

    public class OffsetCursor<T extends Packable,​R extends Collection<T>>
    extends TarantoolCursorBase<T,​R>
    Cursor implementation that uses server 'limit' and 'offset' methods under the hood.

    Note: it is possible to use this class with standalone server only.

    See TarantoolCursor for more details on cursors.