Class ScanBlockingCursorImpl<K>
java.lang.Object
io.quarkus.redis.runtime.datasource.ScanBlockingCursorImpl<K>
- All Implemented Interfaces:
Cursor<Set<K>>,KeyScanCursor<K>
-
Field Summary
Fields inherited from interface io.quarkus.redis.datasource.Cursor
INITIAL_CURSOR_ID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScanBlockingCursorImpl
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
cursorId
public long cursorId() -
toIterable
Description copied from interface:KeyScanCursorReturns anIterableproviding the keys individually. UnlikeCursor.next()which provides the keys by batch, this method returns them one by one.- Specified by:
toIterablein interfaceKeyScanCursor<K>- Returns:
- the iterable
-