public class StartAfterCursor<T extends Packable,R extends Collection<T>> extends TarantoolCursorBase<T,R>
See TarantoolCursor for more details on cursors.
| Constructor and Description |
|---|
StartAfterCursor(TarantoolSpaceOperations<T,R> space,
Conditions conditions,
int batchSize,
MessagePackMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
advanceIterator() |
protected void |
fetchNextTuples() |
protected T |
getCurrentValue() |
calcLimit, get, nextpublic StartAfterCursor(TarantoolSpaceOperations<T,R> space, Conditions conditions, int batchSize, MessagePackMapper mapper)
protected void fetchNextTuples()
throws TarantoolClientException
fetchNextTuples in class TarantoolCursorBase<T extends Packable,R extends Collection<T>>TarantoolClientExceptionprotected boolean advanceIterator()
advanceIterator in class TarantoolCursorBase<T extends Packable,R extends Collection<T>>protected T getCurrentValue()
getCurrentValue in class TarantoolCursorBase<T extends Packable,R extends Collection<T>>Copyright © 2025 Picodata. All rights reserved.