Package | Description |
---|---|
io.picodata.driver.api.cursor |
Contains interfaces and implementations for cursors.
|
Modifier and Type | Class and 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.
|
Copyright © 2025 Picodata. All rights reserved.