Class SScanBlockingCursorImpl<V>
java.lang.Object
io.quarkus.redis.runtime.datasource.SScanBlockingCursorImpl<V>
- All Implemented Interfaces:
Cursor<List<V>>,SScanCursor<V>
-
Field Summary
Fields inherited from interface io.quarkus.redis.datasource.Cursor
INITIAL_CURSOR_ID -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SScanBlockingCursorImpl
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
cursorId
public long cursorId() -
toIterable
Description copied from interface:SScanCursorReturns anIterableproviding each member of the set individually. UnlikeCursor.next()which provides the members by batch, this method returns them one by one.- Specified by:
toIterablein interfaceSScanCursor<V>- Returns:
- the iterable
-