public interface TarantoolCursor<T extends Packable>
Warning: 'TarantoolCursor' cursors are not thread-safe.
Modifier and Type | Method and Description |
---|---|
T |
get() |
boolean |
next()
Fetch next element.
|
boolean next() throws TarantoolClientException
TarantoolClientException
- if the request to server failed.T get() throws TarantoolSpaceOperationException
TarantoolSpaceOperationException
- when no data is availableCopyright © 2025 Picodata. All rights reserved.