Uses of Class
io.tarantool.driver.api.cursor.TarantoolCursorBase
-
Packages that use TarantoolCursorBase Package Description io.tarantool.driver.api.cursor Contains interfaces and implementations for cursors. -
-
Uses of TarantoolCursorBase in io.tarantool.driver.api.cursor
Subclasses of TarantoolCursorBase in io.tarantool.driver.api.cursor Modifier and Type Class Description class
OffsetCursor<T extends Packable,R extends Collection<T>>
Cursor implementation that uses server 'limit' and 'offset' methods under the hood.class
StartAfterCursor<T extends Packable,R extends Collection<T>>
Cursor implementation that uses 'cluster' select method under the hood.
-