See: Description
Interface | Description |
---|---|
TarantoolCursor<T extends Packable> |
Basic cursor interface which allows forward-only iteration
through query results.
|
Class | Description |
---|---|
OffsetCursor<T extends Packable,R extends Collection<T>> |
Cursor implementation that uses server 'limit' and 'offset'
methods under the hood.
|
StartAfterCursor<T extends Packable,R extends Collection<T>> |
Cursor implementation that uses 'cluster' select method
under the hood.
|
TarantoolCursorBase<T extends Packable,R extends Collection<T>> |
Generic cursor implementation that performs client calls
with TarantoolSpaceOperations.
|
Copyright © 2025 Picodata. All rights reserved.