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