Package io.quarkus.redis.datasource
Interface Cursor<T>
- All Known Subinterfaces:
HashScanCursor<K,,V> KeyScanCursor<K>,SScanCursor<V>,ZScanCursor<V>
- All Known Implementing Classes:
HashScanBlockingCursorImpl,ScanBlockingCursorImpl,SScanBlockingCursorImpl,ZScanBlockingCursorImpl
public interface Cursor<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longThe cursor id when no operations have been emitted yet. -
Method Summary
-
Field Details
-
INITIAL_CURSOR_ID
static final long INITIAL_CURSOR_IDThe cursor id when no operations have been emitted yet.- See Also:
-
-
Method Details
-
hasNext
boolean hasNext() -
next
T next() -
cursorId
long cursorId()
-